From 4c93f5133c319f13515eeff0e37b3cf2adf46a5f Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Tue, 18 Jun 2024 15:40:20 -0500 Subject: [PATCH] const in wrong spot for TMXParser::GetOptimizedMap. Release Build 9666. --- Adventures in Lestoria/TMXParser.h | 4 ++-- Adventures in Lestoria/Version.h | 2 +- x64/Release/Adventures in Lestoria.exe | Bin 3745280 -> 3745280 bytes 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Adventures in Lestoria/TMXParser.h b/Adventures in Lestoria/TMXParser.h index 37312c86..9acf9cf3 100644 --- a/Adventures in Lestoria/TMXParser.h +++ b/Adventures in Lestoria/TMXParser.h @@ -151,7 +151,7 @@ public: const std::string_view GetMapDisplayName()const; const bool HasMoreSpawns()const; //Returns whether or not there are more spawns for the spawn controller. const int Spawn_pop(); //Grabs the next spawn controller ID and removes it from the stack. - const Renderable const*GetOptimizedMap()const; + const Renderable*const GetOptimizedMap()const; std::string FormatLayerData(std::ostream& os, std::vectortiles); std::string FormatSpawnerData(std::ostream& os, std::maptiles); friend std::ostream& operator << (std::ostream& os, Map& rhs); @@ -328,7 +328,7 @@ class TMXParser{ spawnControllerIDs.value().pop(); return nextSpawnId; } - const Renderable const*Map::GetOptimizedMap()const{ + const Renderable*const Map::GetOptimizedMap()const{ return optimizedTile; } NPCData::NPCData(){} diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 21c89221..3cd49e73 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -39,7 +39,7 @@ All rights reserved. #define VERSION_MAJOR 1 #define VERSION_MINOR 2 #define VERSION_PATCH 3 -#define VERSION_BUILD 9665 +#define VERSION_BUILD 9666 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 9cb873e599fbf8c1513a01bd4487458c67152763..a49e0301a04b08a55d2e85e4bc3564320fbda77e 100644 GIT binary patch delta 343 zcmX}iyH3Jz7{=lLt0*T?IVhkgAj+|}lw-UJ6DNndK;pn8cR&Kz&9#K9aH2EaNFdw< z7r?+w{B^)Dd6GBp`wf;GF~F}TWNkatg{cddj3XSwgA<&>3!kkE|64~m=D6!e070A~ zgmYZr5@AFTMGRNCMjQzwaf4f=aEE)OkwF#@$l(!B$fJNFN+_dZkGsnH<3-!{KP67a z7e+l*8X2lvNrx>+j$+5Q``@gexsvo9enM6?*LwYSl$rB9nToxYdN0+@m7zjI6*_8g O`v#h5*(;-6Tl@i$DRh_s delta 343 zcmX}ixlRIM7=_{a2atVH76nBSaA6q+hBe-V36;gzNJ2pccR(UIo$VMKZo$f_p(BBK z6Vz0+B)n7LmpsYIIp27-5o7#Rg*@B7Yr@ckO@;$bxNrhDJn&kY@O9tB+?e)!@FRdA zLI@**Q=B1+7~)9a92ZC;g-cu^jceQ>gIi>gLmqdy#{(WwKoKRBt!YpBdwrU1M}3Kt zF~nq`N)uhRE9tle$T95LcK@6CIagBN<4?$}<=f963*~oF`T7=nGyPI*7;9Zc6*Xw6 P!|t1Cp>3`8PJMX*!_IcM