mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 17:20:34 +00:00
Merge branch 'master' into script_dev
This commit is contained in:
commit
6260d51d44
6 changed files with 13 additions and 13 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