summaryrefslogtreecommitdiffstats
path: root/src/entities/Entity.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-18 20:19:50 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-18 20:19:50 +0100
commit239dd551467f3713f0ebb523003a25e68710f767 (patch)
treedb2fc41de7de33e6610b172583b803a2954b3dd9 /src/entities/Entity.h
parentfix attempt (diff)
parentfix (diff)
downloadre3-239dd551467f3713f0ebb523003a25e68710f767.tar
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.gz
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.bz2
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.lz
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.xz
re3-239dd551467f3713f0ebb523003a25e68710f767.tar.zst
re3-239dd551467f3713f0ebb523003a25e68710f767.zip
Diffstat (limited to 'src/entities/Entity.h')
-rw-r--r--src/entities/Entity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h
index 2749e3f7..c7a6f881 100644
--- a/src/entities/Entity.h
+++ b/src/entities/Entity.h
@@ -24,11 +24,11 @@ enum eEntityStatus
STATUS_PHYSICS,
STATUS_ABANDONED,
STATUS_WRECKED,
- STATUS_TRAIN_MOVING,
+ STATUS_TRAIN_MOVING, // these probably copied for FERRY
STATUS_TRAIN_NOT_MOVING,
STATUS_HELI,
STATUS_PLANE,
- STATUS_PLAYER_REMOTE,
+ STATUS_PLAYER_REMOTE, // 12 in LCS
STATUS_PLAYER_DISABLED,
STATUS_GHOST
};