summaryrefslogtreecommitdiffstats
path: root/src/modelinfo
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-04 00:20:16 +0200
committerGitHub <noreply@github.com>2019-07-04 00:20:16 +0200
commit9e5a2fd50962a9ae86cde8655b3e898b45389fe7 (patch)
treed2c120d723c726141b9d38124bc89920bce721a9 /src/modelinfo
parentMerge pull request #101 from gennariarmando/master (diff)
parentScript stuff + bug fixes (diff)
downloadre3-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.h11
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);