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 f8f5768..d691a6a 100644
--- a/world.h
+++ b/world.h
@@ -18,7 +18,7 @@ typedef struct World {
int deathzone_count;
Player player;
Map map;
- int frame;
+ int frame, freeze;
} World;
void init_world(World* w);