summaryrefslogtreecommitdiffstats
path: root/src/entities
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-02-07 21:29:49 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-02-07 21:29:49 +0100
commit9b9ffc4b13a47beff6ee2d400466d764360a0edf (patch)
tree65be11894442598aec278cd364d4e17f447be4c8 /src/entities
parentMerge pull request #1013 from Nick007J/lcs (diff)
downloadre3-9b9ffc4b13a47beff6ee2d400466d764360a0edf.tar
re3-9b9ffc4b13a47beff6ee2d400466d764360a0edf.tar.gz
re3-9b9ffc4b13a47beff6ee2d400466d764360a0edf.tar.bz2
re3-9b9ffc4b13a47beff6ee2d400466d764360a0edf.tar.lz
re3-9b9ffc4b13a47beff6ee2d400466d764360a0edf.tar.xz
re3-9b9ffc4b13a47beff6ee2d400466d764360a0edf.tar.zst
re3-9b9ffc4b13a47beff6ee2d400466d764360a0edf.zip
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/Entity.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h
index c7a6f881..5d26f85c 100644
--- a/src/entities/Entity.h
+++ b/src/entities/Entity.h
@@ -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
};