mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 13:24:08 +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
|
@ -61,6 +61,7 @@ mysrand(unsigned int seed)
|
|||
myrand_seed = seed;
|
||||
}
|
||||
|
||||
#ifdef DEBUGMENU
|
||||
void WeaponCheat();
|
||||
void HealthCheat();
|
||||
void TankCheat();
|
||||
|
@ -384,6 +385,7 @@ DebugMenuPopulate(void)
|
|||
CTweakVars::AddDBG("Debug");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
const int re3_buffsize = 1024;
|
||||
static char re3_buff[re3_buffsize];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue