summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game.c b/src/game.c
index b3fd0b2..a7689d3 100644
--- a/src/game.c
+++ b/src/game.c
@@ -217,7 +217,7 @@ void update_server(platform_window* window) {
if (update_timer >= SERVER_TICK_RATE) { // send at 60 ticks
update_spawners_server();
update_drops_server();
- update_wallitems_server();
+ //update_wallitems_server();
update_throwables_server();
update_zombie_chunks_server();
update_round_server();
@@ -383,10 +383,10 @@ void update_game(platform_window* window) {
if (global_state.network_state == CONNECTED) {
take_player_input(window);
-
+
draw_grid(window);
draw_objects(window);
- draw_wallitems(window);
+ //draw_wallitems(window);
draw_zombie_chunks(window);
draw_drops(window);
draw_bullets(window);