mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 23:20:33 +00:00
Script stuff + bug fixes
This commit is contained in:
parent
92af18c165
commit
7fae683316
16 changed files with 288 additions and 15 deletions
|
@ -330,6 +330,12 @@ enum
|
|||
MI_BOMB,
|
||||
MI_FINGERS,
|
||||
|
||||
MI_CUTOBJ01 = 185,
|
||||
MI_CUTOBJ02,
|
||||
MI_CUTOBJ03,
|
||||
MI_CUTOBJ04,
|
||||
MI_CUTOBJ05,
|
||||
|
||||
MI_CAR_DOOR = 190,
|
||||
MI_CAR_BUMPER,
|
||||
MI_CAR_PANEL,
|
||||
|
@ -345,6 +351,11 @@ enum
|
|||
NUM_DEFAULT_MODELS,
|
||||
};
|
||||
|
||||
enum{
|
||||
NUM_OF_SPECIAL_CHARS = 4,
|
||||
NUM_OF_CUTSCENE_OBJECTS = 5
|
||||
};
|
||||
|
||||
void InitModelIndices(void);
|
||||
void MatchModelString(const char *name, int16 id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue