mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 10:04:09 +00:00
CCamera fixes
This commit is contained in:
parent
62ae7245ab
commit
7ff5a3a65c
19 changed files with 3544 additions and 447 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
enum {
|
||||
PLAYERCONTROL_ENABLED = 0,
|
||||
PLAYERCONTROL_DISABLED_1 = 1,
|
||||
PLAYERCONTROL_DISABLED_1 = 1, // used by first person camera
|
||||
PLAYERCONTROL_DISABLED_2 = 2,
|
||||
PLAYERCONTROL_GARAGE = 4,
|
||||
PLAYERCONTROL_DISABLED_8 = 8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue