diff options
author | 3gg <3gg@shellblade.net> | 2025-09-02 18:44:30 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-09-02 18:45:12 -0700 |
commit | 5941948319139b4224df29762d66de2430cc994f (patch) | |
tree | 21ab50c106600a4fcc2245587ff513b9b95deb38 /demos/isomap | |
parent | e6bf7e77797103ee7ab0eda57c360c38f1b2089c (diff) |
Rename map functions.
Diffstat (limited to 'demos/isomap')
-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 | } |