diff options
Diffstat (limited to 'demos/isomap/isomap.c')
-rw-r--r-- | demos/isomap/isomap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/isomap/isomap.c b/demos/isomap/isomap.c index 27c2bf3..391860c 100644 --- a/demos/isomap/isomap.c +++ b/demos/isomap/isomap.c | |||
@@ -46,7 +46,7 @@ static bool init(GfxApp* app, GfxAppState* state, int argc, const char** argv) { | |||
46 | } | 46 | } |
47 | IsoGfx* iso = state->iso; | 47 | IsoGfx* iso = state->iso; |
48 | 48 | ||
49 | if (!isogfx_load_world( | 49 | if (!isogfx_load_map( |
50 | iso, "/home/jeanne/Nextcloud/assets/tilemaps/scrabling1.tm")) { | 50 | iso, "/home/jeanne/Nextcloud/assets/tilemaps/scrabling1.tm")) { |
51 | return false; | 51 | return false; |
52 | } | 52 | } |