aboutsummaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/src/game.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/src/game.c b/src/game/src/game.c
index dc3d55b..bcab5f2 100644
--- a/src/game/src/game.c
+++ b/src/game/src/game.c
@@ -88,7 +88,8 @@ int game(void)
.n_res = sizeof res / sizeof *res
};
- exit |= human_player_update(&humans[i], &o);
+ human_player_update(&humans[i], &o);
+ exit |= humans[i].periph.common.exit;
terrain_update(&map);
if (terrain_render(&map, &h->cam)