diff options
author | aap <aap@papnet.eu> | 2019-07-10 11:06:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-10 11:06:27 +0200 |
commit | 50cc7c7932827229b553cb491f6e6d63a6d5618e (patch) | |
tree | 7ca24b1c40bfa57e24ecaddc9fca7dbc6ce025a0 /src/modelinfo | |
parent | CVehicle::ProcessWheel (diff) | |
parent | fix (diff) | |
download | re3-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')
-rw-r--r-- | src/modelinfo/ModelIndices.h | 3 |
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, |