summaryrefslogtreecommitdiff
path: root/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'game.c')
-rw-r--r--game.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/game.c b/game.c
index db04ff7..7166c70 100644
--- a/game.c
+++ b/game.c
@@ -221,8 +221,8 @@ void InitGame(void) {
LoadMap("maps/demo1.map");
- game.cursor_captured = true;
- DisableCursor();
+ game.cursor_captured = false;
+ EnableCursor();
}
void UpdateGame(void) {