diff options
Diffstat (limited to 'game.c')
| -rw-r--r-- | game.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -221,8 +221,8 @@ void InitGame(void) { LoadMap("maps/demo1.map"); - game.cursor_captured = true; - DisableCursor(); + game.cursor_captured = false; + EnableCursor(); } void UpdateGame(void) { |
