summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/main.cpp1
-rw-r--r--src/core/main.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 3cce9c19..41a99991 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -102,7 +102,6 @@ float NumberOfChunksLoaded;
bool g_SlowMode = false;
char version_name[64];
-bool gMakeResources = true;
void GameInit(void);
void SystemInit(void);
diff --git a/src/core/main.h b/src/core/main.h
index 4dfaef5e..9b76a947 100644
--- a/src/core/main.h
+++ b/src/core/main.h
@@ -24,8 +24,6 @@ extern bool gbShowTimebars;
extern bool gbPrintMemoryUsage;
#endif
-extern bool gMakeResources;
-
class CSprite2d;
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);