diff options
Diffstat (limited to 'world.h')
-rw-r--r-- | world.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; }; |