# HG changeset patch # User Matti Hamalainen # Date 1687301204 -10800 # Node ID 4b4ea2829e7e3cd69b76f2645e94a8104383b53d # Parent 72a3b687e6cebcb00607774f0629b06af2613b6e Oops, actually load the maps .. diff -r 72a3b687e6ce -r 4b4ea2829e7e src/mapsearch.c --- a/src/mapsearch.c Mon Jun 19 01:33:05 2023 +0300 +++ b/src/mapsearch.c Wed Jun 21 01:46:44 2023 +0300 @@ -1698,11 +1698,14 @@ return res; } + bool mapLoadMaps(void) { mapMSG(1, "Trying to load %d map specs. World origin at [%d, %d].\n", optNMaps, optWorldXC, optWorldYC); + if (!mapLoadMapsData()) + return false; // Get total number of non-invis locations optNMapLocations = 0;