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