aboutsummaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'world.h')
-rw-r--r--world.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/world.h b/world.h
index 6749dbc..f6a4d07 100644
--- a/world.h
+++ b/world.h
@@ -32,7 +32,8 @@ struct World {
Waver waver;
int cam_x, cam_y;
- int enemy_count;
+ int enemy_count, wave_started, enemies_killed;
+ int has_less_collision, has_less_hud;
int gmemory, oom;
};