diff options
author | aap <aap@papnet.eu> | 2019-07-04 00:20:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-04 00:20:16 +0200 |
commit | 9e5a2fd50962a9ae86cde8655b3e898b45389fe7 (patch) | |
tree | d2c120d723c726141b9d38124bc89920bce721a9 /src/modelinfo/ModelIndices.h | |
parent | Merge pull request #101 from gennariarmando/master (diff) | |
parent | Script stuff + bug fixes (diff) | |
download | re3-9e5a2fd50962a9ae86cde8655b3e898b45389fe7.tar re3-9e5a2fd50962a9ae86cde8655b3e898b45389fe7.tar.gz re3-9e5a2fd50962a9ae86cde8655b3e898b45389fe7.tar.bz2 re3-9e5a2fd50962a9ae86cde8655b3e898b45389fe7.tar.lz re3-9e5a2fd50962a9ae86cde8655b3e898b45389fe7.tar.xz re3-9e5a2fd50962a9ae86cde8655b3e898b45389fe7.tar.zst re3-9e5a2fd50962a9ae86cde8655b3e898b45389fe7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/modelinfo/ModelIndices.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modelinfo/ModelIndices.h b/src/modelinfo/ModelIndices.h index 3a37ac23..ff350b55 100644 --- a/src/modelinfo/ModelIndices.h +++ b/src/modelinfo/ModelIndices.h @@ -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); |