summaryrefslogtreecommitdiffstats
path: root/src/entities/Entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/Entity.h')
-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 4db58eef..239292c5 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
};