From 7501334b9b5b3f82211ed1acff6c16bc63da1d48 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Mon, 10 Dec 2001 01:11:58 +0000 Subject: Redisable intro screen. --- src/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5c29d44..bda9492 100644 --- a/src/main.c +++ b/src/main.c @@ -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 -- cgit v1.3