diff options
author | aap <aap@papnet.eu> | 2019-07-16 19:48:50 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-16 19:48:50 +0200 |
commit | 36f3a517f9664415b07a4aa537db22159b67a8f2 (patch) | |
tree | 967839bbeee586f4f74cbfd630ed9118ad9d84f2 /src/entities | |
parent | 03fc85bfe06b781a50ac2ea6dfb1b2f9871cfbf4 (diff) |
more fixes; started CAutomobile::ProcessControl
Diffstat (limited to 'src/entities')
-rw-r--r-- | src/entities/Entity.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h index 12a631d2..69fd6eea 100644 --- a/src/entities/Entity.h +++ b/src/entities/Entity.h @@ -13,14 +13,11 @@ enum eEntityType ENTITY_TYPE_PED, ENTITY_TYPE_OBJECT, ENTITY_TYPE_DUMMY, - ENTITY_TYPE_6, - ENTITY_TYPE_7, }; enum eEntityStatus { - // from SA MTA! let's hope they didn't change from III - STATUS_PLAYER = 0, + STATUS_PLAYER, STATUS_PLAYER_PLAYBACKFROMBUFFER, STATUS_SIMPLE, STATUS_PHYSICS, @@ -32,8 +29,6 @@ enum eEntityStatus STATUS_PLANE, STATUS_PLAYER_REMOTE, STATUS_PLAYER_DISABLED, - //STATUS_TRAILER, - //STATUS_SIMPLE_TRAILER }; class CEntity : public CPlaceable |