From 5941948319139b4224df29762d66de2430cc994f Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Tue, 2 Sep 2025 18:44:30 -0700 Subject: Rename map functions. --- demos/isomap/isomap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/isomap') 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) { } IsoGfx* iso = state->iso; - if (!isogfx_load_world( + if (!isogfx_load_map( iso, "/home/jeanne/Nextcloud/assets/tilemaps/scrabling1.tm")) { return false; } -- cgit v1.2.3