mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 17:54:09 +00:00
Place debug menu under ifdef
This commit is contained in:
parent
1b599b2d35
commit
28103775ba
11 changed files with 27 additions and 7 deletions
|
@ -20,8 +20,10 @@
|
|||
#include "SpecialFX.h"
|
||||
#include "Shadows.h"
|
||||
|
||||
#ifdef DEBUGMENU
|
||||
SETTWEAKPATH("Shadows");
|
||||
TWEAKBOOL(gbPrintShite);
|
||||
#endif
|
||||
|
||||
RwImVertexIndex ShadowIndexList[24];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue