diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-18 20:20:27 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-18 20:20:27 +0100 |
commit | 14a1d3d2512973ac452a5b3d7070ce71f8d5b305 (patch) | |
tree | b44ea7567bf173a5927fef105aa313b6df8ac6bc /src/entities/Entity.h | |
parent | script full (diff) | |
parent | Merge remote-tracking branch 'upstream/lcs' into lcs (diff) | |
download | re3-14a1d3d2512973ac452a5b3d7070ce71f8d5b305.tar re3-14a1d3d2512973ac452a5b3d7070ce71f8d5b305.tar.gz re3-14a1d3d2512973ac452a5b3d7070ce71f8d5b305.tar.bz2 re3-14a1d3d2512973ac452a5b3d7070ce71f8d5b305.tar.lz re3-14a1d3d2512973ac452a5b3d7070ce71f8d5b305.tar.xz re3-14a1d3d2512973ac452a5b3d7070ce71f8d5b305.tar.zst re3-14a1d3d2512973ac452a5b3d7070ce71f8d5b305.zip |
Diffstat (limited to 'src/entities/Entity.h')
-rw-r--r-- | src/entities/Entity.h | 4 |
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 }; |