mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 22:54:07 +00:00
Merge branch 'master' into miami
# Conflicts: # src/animation/AnimManager.cpp # src/control/CarCtrl.cpp # src/control/Curves.cpp # src/core/templates.h
This commit is contained in:
commit
35c41208f5
15 changed files with 31 additions and 11 deletions
|
@ -61,6 +61,7 @@ mysrand(unsigned int seed)
|
|||
myrand_seed = seed;
|
||||
}
|
||||
|
||||
#ifdef DEBUGMENU
|
||||
void WeaponCheat();
|
||||
void HealthCheat();
|
||||
void TankCheat();
|
||||
|
@ -386,6 +387,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