This commit is contained in:
Nikolay Korolev
2021-02-07 23:29:49 +03:00
parent 410eb19ce6
commit 9b9ffc4b13
10 changed files with 1024 additions and 54 deletions

View File

@ -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
};