aboutsummaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'world.h')
-rw-r--r--world.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/world.h b/world.h
index a0f6506..59faa69 100644
--- a/world.h
+++ b/world.h
@@ -23,7 +23,7 @@ typedef struct World {
Player player;
Laser laser;
Map map;
- int frame, freeze;
+ int frame, freeze, kills;
} World;
void init_world(World* w);