mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 23:29:22 +00:00
ferries
This commit is contained in:
parent
410eb19ce6
commit
9b9ffc4b13
10 changed files with 1024 additions and 54 deletions
|
@ -24,11 +24,13 @@ enum eEntityStatus
|
|||
STATUS_PHYSICS,
|
||||
STATUS_ABANDONED,
|
||||
STATUS_WRECKED,
|
||||
STATUS_TRAIN_MOVING, // these probably copied for FERRY
|
||||
STATUS_TRAIN_MOVING,
|
||||
STATUS_TRAIN_NOT_MOVING,
|
||||
STATUS_FERRY_MOVING,
|
||||
STATUS_FERRY_NOT_MOVING,
|
||||
STATUS_HELI,
|
||||
STATUS_PLANE,
|
||||
STATUS_PLAYER_REMOTE, // 12 in LCS
|
||||
STATUS_PLAYER_REMOTE,
|
||||
STATUS_PLAYER_DISABLED,
|
||||
STATUS_GHOST
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue