summaryrefslogtreecommitdiff
path: root/game.c
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-04-28 09:32:11 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-04-28 09:32:11 +0200
commitefca4291d76a79638d62751fe9bc5d516d3d6e6a (patch)
tree3efb322b7c4c7b759ad55cf08841ebcfca2cf763 /game.c
parent63eb46698b1e19d3f36944992b948c54a7a3740b (diff)
downloadstalag-efca4291d76a79638d62751fe9bc5d516d3d6e6a.tar.gz
On run release cursor
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) {