mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 10:25:54 +00:00
move stuff into define
This commit is contained in:
parent
67c894cda9
commit
092f32ba67
|
@ -856,6 +856,7 @@ DisplayGameDebugText()
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef NEW_RENDERER
|
||||
bool gbRenderRoads = true;
|
||||
bool gbRenderEverythingBarRoads = true;
|
||||
bool gbRenderFadingInUnderwaterEntities = true;
|
||||
|
@ -867,7 +868,6 @@ bool gbRenderWorld0 = true;
|
|||
bool gbRenderWorld1 = true;
|
||||
bool gbRenderWorld2 = true;
|
||||
|
||||
#ifdef NEW_RENDERER
|
||||
void
|
||||
MattRenderScene(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue