diff --git a/Adventures in Lestoria/Error.h b/Adventures in Lestoria/Error.h index cde8038d..0b99b072 100644 --- a/Adventures in Lestoria/Error.h +++ b/Adventures in Lestoria/Error.h @@ -47,20 +47,18 @@ All rights reserved. inline std::ofstream debugLogger; #ifdef _DEBUG -#ifndef __EMSCRIPTEN__ -#ifndef __linux__ - #define NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) - // Replace _NORMAL_BLOCK with _CLIENT_BLOCK if you want the - // allocations to be of _CLIENT_BLOCK type -#else - #define NEW new + #ifndef __EMSCRIPTEN__ + #ifndef __linux__ + #define NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) + // Replace _NORMAL_BLOCK with _CLIENT_BLOCK if you want the + // allocations to be of _CLIENT_BLOCK type + #endif + #endif #endif -#else + +#ifndef NEW //For everything else. #define NEW new #endif -#else - #define NEW new -#endif #undef ERR //Stupid Windows diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 2f5c96cd..6bea243e 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 9424 +#define VERSION_BUILD 9427 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/Adventures in Lestoria/assets/gamepack.pak b/Adventures in Lestoria/assets/gamepack.pak index bbf3dd5c..96ba7977 100644 Binary files a/Adventures in Lestoria/assets/gamepack.pak and b/Adventures in Lestoria/assets/gamepack.pak differ diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 036fb418..550bee3b 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ