mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-10 21:24:08 +00:00
rem gMakeResources
This commit is contained in:
parent
3648ef4687
commit
096db533a6
|
@ -102,7 +102,6 @@ float NumberOfChunksLoaded;
|
|||
bool g_SlowMode = false;
|
||||
char version_name[64];
|
||||
|
||||
bool gMakeResources = true;
|
||||
|
||||
void GameInit(void);
|
||||
void SystemInit(void);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue