summaryrefslogtreecommitdiff
path: root/src/zombies.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-12 16:57:19 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-12 16:57:19 +0200
commitf194481a520a39a1964348011df8deb108f789b7 (patch)
tree3e1cc79ad60c41d3aa945ece7cc8f2bfdcf968be /src/zombies.c
parent6edff0dea52389801a093ac6311dd66d01587605 (diff)
splash art
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 c04f91e..13368f2 100644
--- a/src/zombies.c
+++ b/src/zombies.c
@@ -479,7 +479,7 @@ void draw_zombies(platform_window* window, uint32_t ystart, uint32_t yend) {
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);
}
}