summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/isogfx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/isogfx.c b/src/isogfx.c
index c3a87bf..865ebb4 100644
--- a/src/isogfx.c
+++ b/src/isogfx.c
@@ -267,6 +267,8 @@ bool isogfx_load_world(IsoGfx* iso, const char* filepath) {
267 } 267 }
268 Tm_Map* const map = iso->map; 268 Tm_Map* const map = iso->map;
269 269
270 printf("Map orientation: %d\n", ((Tm_Flags*)&map->flags)->orientation);
271
270 // Load the tile set. 272 // Load the tile set.
271 // 273 //
272 // Tile set path is relative to the tile map file. Make it relative to the 274 // Tile set path is relative to the tile map file. Make it relative to the