summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c5
1 files changed, 3 insertions, 2 deletions
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