aboutsummaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-01 20:56:18 +1000
committerquou <quou@disroot.org>2024-10-01 20:56:18 +1000
commit7fd847dcd9f951a91747405be1f9bbba91d6cedd (patch)
treefdde118b8d85ab407ddcd14c66161e035b1e413d /world.h
parent61d70551166de46cfda7ee5d6212817859153335 (diff)
freeze frames when the player takes damage
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);