Redisable intro screen.

This commit is contained in:
Steven Fuller 2001-12-10 01:11:58 +00:00 committed by Patryk Obara
parent adb11a6d73
commit 7501334b9b
2 changed files with 7 additions and 3 deletions

View file

@ -811,7 +811,8 @@ static void handle_keypress(int key, int unicode, int press)
DebouncedGotAnyKey = 1;
}
GotAnyKey = 1;
if (press)
GotAnyKey = 1;
KeyboardInput[key] = press;
}
@ -1037,7 +1038,7 @@ int main(int argc, char *argv[])
SetFastRandom();
WeWantAnIntro();
/* WeWantAnIntro(); */
GetPathFromRegistry();
#if MARINE_DEMO