rem gMakeResources

This commit is contained in:
Fire-Head 2021-01-13 00:09:40 +03:00
parent 3648ef4687
commit 096db533a6
2 changed files with 0 additions and 3 deletions

View File

@ -102,7 +102,6 @@ float NumberOfChunksLoaded;
bool g_SlowMode = false; bool g_SlowMode = false;
char version_name[64]; char version_name[64];
bool gMakeResources = true;
void GameInit(void); void GameInit(void);
void SystemInit(void); void SystemInit(void);

View File

@ -24,8 +24,6 @@ extern bool gbShowTimebars;
extern bool gbPrintMemoryUsage; extern bool gbPrintMemoryUsage;
#endif #endif
extern bool gMakeResources;
class CSprite2d; class CSprite2d;
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha); bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);