]> git.seodisparate.com - jumpartifact.com_demo_0/commitdiff
Attempt to properly define pointer variable
authorStephen Seo <seo.disparate@gmail.com>
Thu, 31 Aug 2023 13:22:27 +0000 (22:22 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 31 Aug 2023 13:22:27 +0000 (22:22 +0900)
src/main.cc

index 62231185f5716536755ee4f1eb79d115165f0c0e..e2ef5564d90ec94d8432110fe2d333f7530dce11 100644 (file)
@@ -16,7 +16,7 @@
 
 #ifdef __EMSCRIPTEN__
 
-extern Game *global_game_ptr = nullptr;
+Game *global_game_ptr = nullptr;
 
 extern "C" {