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) {
221 221
222 LoadMap("maps/demo1.map"); 222 LoadMap("maps/demo1.map");
223 223
224 game.cursor_captured = true; 224 game.cursor_captured = false;
225 DisableCursor(); 225 EnableCursor();
226} 226}
227 227
228void UpdateGame(void) { 228void UpdateGame(void) {