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 7dbcb4d..9871e9b 100644
--- a/world.h
+++ b/world.h
@@ -15,8 +15,9 @@ struct World {
unsigned char bitmask[max_entities];
- CSprite sprites[max_entities];
+ CSprite sprites [max_entities];
CPosition positions[max_entities];
+ CAnimated animateds[max_entities];
Player player;
};