mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-19 00:54:09 +00:00
some fixes
This commit is contained in:
parent
c92dfb0064
commit
b2d062ef2d
4 changed files with 9 additions and 9 deletions
|
@ -9,7 +9,7 @@ enum {
|
|||
PLAYERCONTROL_DISABLED_10 = 16,
|
||||
PLAYERCONTROL_DISABLED_20 = 32, // used on CPlayerInfo::MakePlayerSafe
|
||||
PLAYERCONTROL_DISABLED_40 = 64, // used on phone calls
|
||||
PLAYERCONTROL_DISABLED_80 = 128,
|
||||
PLAYERCONTROL_DISABLED_80 = 128,// used on cutscenes
|
||||
};
|
||||
|
||||
class CControllerState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue