summaryrefslogtreecommitdiffstats
path: root/src/modelinfo/ModelIndices.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-10 11:06:27 +0200
committerGitHub <noreply@github.com>2019-07-10 11:06:27 +0200
commit50cc7c7932827229b553cb491f6e6d63a6d5618e (patch)
tree7ca24b1c40bfa57e24ecaddc9fca7dbc6ce025a0 /src/modelinfo/ModelIndices.h
parentCVehicle::ProcessWheel (diff)
parentfix (diff)
downloadre3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.gz
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.bz2
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.lz
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.xz
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.zst
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.zip
Diffstat (limited to 'src/modelinfo/ModelIndices.h')
-rw-r--r--src/modelinfo/ModelIndices.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modelinfo/ModelIndices.h b/src/modelinfo/ModelIndices.h
index 95b5eb43..0d9ffb53 100644
--- a/src/modelinfo/ModelIndices.h
+++ b/src/modelinfo/ModelIndices.h
@@ -164,7 +164,8 @@
// expand as needed
enum
{
- MI_COP = 1,
+ MI_PLAYER = 0,
+ MI_COP,
MI_SWAT,
MI_FBI,
MI_ARMY,