aboutsummaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/src/game.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/src/game.c b/src/game/src/game.c
index 2f13a64..8907be9 100644
--- a/src/game/src/game.c
+++ b/src/game/src/game.c
@@ -79,6 +79,7 @@ int game(void)
};
exit |= human_player_update(&humans[i], &o);
+ terrain_update(&map);
if (terrain_render(&map, &h->cam)
|| human_player_render(h, &o)