From 0648e9ec83977fe5151896097afd1dbae3f4143b Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 2 Nov 2023 18:09:37 +0100 Subject: player direction sync --- src/game.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.c') 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) { -- cgit v1.2.3-70-g09d2