summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game.c b/src/game.c
index 1a8a246..f32cb0c 100644
--- a/src/game.c
+++ b/src/game.c
@@ -26,11 +26,7 @@ game_update(Game *this)
this->queue_previous_scene = 0;
this->checkpoint = false;
map_next();
- this->missed_bois +=
- game_entity_count(this, entity_type("boi"));
game_restart_scene(this);
- this->total_bois +=
- game_entity_count(this, entity_type("boi"));
return;
}
}