mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 08:20:34 +00:00
more fixes; started CAutomobile::ProcessControl
This commit is contained in:
parent
03fc85bfe0
commit
36f3a517f9
9 changed files with 350 additions and 79 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue