diff --git a/Crawler/Monster.h b/Crawler/Monster.h
index 9ff83493..6f541011 100644
--- a/Crawler/Monster.h
+++ b/Crawler/Monster.h
@@ -124,7 +124,7 @@ public:
void SetState(State newState);
static void InitializeStrategies();
private:
- static struct STRATEGY{
+ struct STRATEGY{
static void RUN_STRATEGY(Monster&m,float fElapsedTime);
static void RUN_TOWARDS(Monster&m,float fElapsedTime);
diff --git a/Crawler/Version.h b/Crawler/Version.h
index 9d5513e5..33c95be1 100644
--- a/Crawler/Version.h
+++ b/Crawler/Version.h
@@ -2,7 +2,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 0
-#define VERSION_BUILD 988
+#define VERSION_BUILD 992
#define stringify(a) stringify_(a)
#define stringify_(a) #a
diff --git a/Crawler/emscripten_build.ps1 b/Crawler/emscripten_build.ps1
index fa08d3b2..0f73463c 100644
--- a/Crawler/emscripten_build.ps1
+++ b/Crawler/emscripten_build.ps1
@@ -1,2 +1,2 @@
~\Documents\emsdk\emsdk_env.ps1 activate latest
-em++ -std=c++17 -O2 -s ALLOW_MEMORY_GROWTH=1 -s MAX_WEBGL_VERSION=2 -s MIN_WEBGL_VERSION=2 -s USE_LIBPNG=1 $(Get-ChildItem *.cpp) -o pge.html --preload-file assets
\ No newline at end of file
+em++ -std=c++20 -O2 -s ALLOW_MEMORY_GROWTH=1 -s MAX_WEBGL_VERSION=2 -s MIN_WEBGL_VERSION=2 -s USE_LIBPNG=1 $(Get-ChildItem *.cpp) -o pge.html --preload-file assets
\ No newline at end of file
diff --git a/Crawler/pge.data b/Crawler/pge.data
index f5983f59..f008ecd3 100644
--- a/Crawler/pge.data
+++ b/Crawler/pge.data
@@ -4766,6 +4766,995 @@
+
+