aboutsummaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'world.h')
-rw-r--r--world.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/world.h b/world.h
index ee2dc1a..fdc19c9 100644
--- a/world.h
+++ b/world.h
@@ -24,10 +24,10 @@ struct World {
CEnemy enemies [max_entities];
CCollider colliders [max_entities];
- int cam_x, cam_y;
-
Player player;
Map map;
+
+ int cam_x, cam_y;
};
void init_world(World* world);