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) { | |||
| 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 | ||
| 228 | void UpdateGame(void) { | 228 | void UpdateGame(void) { |
