diff options
author | aap <aap@papnet.eu> | 2021-01-16 19:38:05 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-18 10:59:19 +0100 |
commit | a672860c401aa1ca179fce42e439c59f8d07f6d8 (patch) | |
tree | 50e4189f7b85a1d66c25c459eec40cdd551a5dce /src/entities/Entity.h | |
parent | remove scriptspath from premake (diff) | |
download | re3-a672860c401aa1ca179fce42e439c59f8d07f6d8.tar re3-a672860c401aa1ca179fce42e439c59f8d07f6d8.tar.gz re3-a672860c401aa1ca179fce42e439c59f8d07f6d8.tar.bz2 re3-a672860c401aa1ca179fce42e439c59f8d07f6d8.tar.lz re3-a672860c401aa1ca179fce42e439c59f8d07f6d8.tar.xz re3-a672860c401aa1ca179fce42e439c59f8d07f6d8.tar.zst re3-a672860c401aa1ca179fce42e439c59f8d07f6d8.zip |
Diffstat (limited to '')
-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 }; |