mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 14:04:09 +00:00
Peds & a few fixes
This commit is contained in:
parent
11d071a032
commit
d5619fb5ae
5 changed files with 387 additions and 28 deletions
|
@ -354,6 +354,7 @@ DebugMenuPopulate(void)
|
|||
#ifndef MASTER
|
||||
DebugMenuAddVarBool8("Debug", "Toggle unused fight feature", (int8*)&CPed::bUnusedFightThingOnPlayer, nil);
|
||||
DebugMenuAddVarBool8("Debug", "Toggle banned particles", (int8*)&CParticle::bEnableBannedParticles, nil);
|
||||
DebugMenuAddVarBool8("Debug", "Toggle popping heads on headshot", (int8*)&CPed::bPopHeadsOnHeadshot, nil);
|
||||
#endif
|
||||
|
||||
DebugMenuAddCmd("Debug", "Start Credits", CCredits::Start);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue