summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-02 18:09:37 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-02 18:09:37 +0100
commit0648e9ec83977fe5151896097afd1dbae3f4143b (patch)
tree3c97e44b01d876a380d07bf22c172b50355b8471 /src/game.c
parent25e78dea3ab92d73354442d294ab3fac163c5c1e (diff)
player direction sync
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index b5c9fd8..1999815 100644
--- a/src/game.c
+++ b/src/game.c
@@ -316,6 +316,7 @@ void update_client(platform_window* window) {
logic_update_time = platform_get_time(TIME_FULL, TIME_NS) - logic_update_time;
update_zombies_client(window);
+ update_players_client();
}
void update_game(platform_window* window) {