diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-02 18:09:37 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-02 18:09:37 +0100 |
| commit | 0648e9ec83977fe5151896097afd1dbae3f4143b (patch) | |
| tree | 3c97e44b01d876a380d07bf22c172b50355b8471 /src/game.c | |
| parent | 25e78dea3ab92d73354442d294ab3fac163c5c1e (diff) | |
player direction sync
Diffstat (limited to 'src/game.c')
| -rw-r--r-- | src/game.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |
