1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-27 22:26:20 +00:00

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;
char version_name[64];
bool gMakeResources = true;
void GameInit(void);
void SystemInit(void);

View file

@ -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);