diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-12-10 01:11:58 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 7501334b9b5b3f82211ed1acff6c16bc63da1d48 (patch) | |
| tree | bf52a0bea3adafa51ca852d2c5ab3a501dca0971 /src | |
| parent | adb11a6d73fb4cc0bc9e71d64c63df205eaaed68 (diff) | |
Redisable intro screen.
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
