summaryrefslogtreecommitdiffstats
path: root/src/modelinfo/ModelIndices.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-06-16 21:58:42 +0200
committerGitHub <noreply@github.com>2020-06-16 21:58:42 +0200
commit812b26b668352a585ea21fe48b1af3e19de24c33 (patch)
tree5f54f839499bdbb15d4bebf4b952a32bdfc4ca50 /src/modelinfo/ModelIndices.h
parentfixed condition in CBoat::ProcessControl and changed enum (diff)
downloadre3-812b26b668352a585ea21fe48b1af3e19de24c33.tar
re3-812b26b668352a585ea21fe48b1af3e19de24c33.tar.gz
re3-812b26b668352a585ea21fe48b1af3e19de24c33.tar.bz2
re3-812b26b668352a585ea21fe48b1af3e19de24c33.tar.lz
re3-812b26b668352a585ea21fe48b1af3e19de24c33.tar.xz
re3-812b26b668352a585ea21fe48b1af3e19de24c33.tar.zst
re3-812b26b668352a585ea21fe48b1af3e19de24c33.zip
Diffstat (limited to '')
-rw-r--r--src/modelinfo/ModelIndices.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modelinfo/ModelIndices.h b/src/modelinfo/ModelIndices.h
index 99929a3b..6387d1d7 100644
--- a/src/modelinfo/ModelIndices.h
+++ b/src/modelinfo/ModelIndices.h
@@ -157,8 +157,6 @@ enum
MI_FIREMAN,
MI_MALE01,
- MI_TAXI_D = 28, // HMOCA
-
MI_HFYST = 9,
MI_HFOST,
MI_HMYST,
@@ -179,6 +177,7 @@ enum
MI_HMOTR,
MI_HMYAP,
MI_HMOCA,
+ MI_TAXI_D = MI_HMOCA,
MI_BMODK,
MI_BMYKR,
MI_BFYST,
@@ -549,4 +548,4 @@ IsFence(int16 id)
{
return id == MI_FENCE ||
id == MI_FENCE2;
-} \ No newline at end of file
+}