summaryrefslogtreecommitdiff
path: root/src/zombies.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2024-01-07 14:17:07 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2024-01-07 14:17:07 +0100
commit79eb2237b94900941c35859875c4bae21fa4fff6 (patch)
treee40d1b81f4659286503ca1ef2d57657c64e811d3 /src/zombies.c
parent843440d1e382f909d066c82d2269df67251b35f9 (diff)
fix ui audio source pos
Diffstat (limited to 'src/zombies.c')
-rw-r--r--src/zombies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zombies.c b/src/zombies.c
index 8ebf1b1..aa108b3 100644
--- a/src/zombies.c
+++ b/src/zombies.c
@@ -434,7 +434,7 @@ void draw_zombies(platform_window* window) {
renderer->render_rectangle(zombie_pos.x + (zombie_size/2) - (bar_w/2), zombie_pos.y - bar_h, bar_w*percentage, bar_h, rgb(100,0,0));
}
- if (global_state.server) draw_path_of_zombie(window, o);
+ //if (global_state.server) draw_path_of_zombie(window, o);
}
}