summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-07 20:24:19 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-07 20:24:19 +0100
commit92489617eec44b913515404143baf5b094a16473 (patch)
treee6d3d0424491052eb6f495ab3a64b725376ee76a /src/game.c
parentcf3cfecbcac3835c84dce3711884b7ce0a81b6b8 (diff)
points
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 2ebbcf0..41064e4 100644
--- a/src/game.c
+++ b/src/game.c
@@ -220,6 +220,7 @@ void update_server(platform_window* window) {
update_throwables_server();
update_zombie_chunks_server();
update_round_server();
+ update_points_animation_server();
broadcast_players = platform_get_time(TIME_FULL, TIME_NS);
update_players_server();