diff options
author | erorcun <erayorcunus@gmail.com> | 2019-10-06 23:46:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 23:46:19 +0200 |
commit | c792c776f2e03d2081a187321703233e84c91362 (patch) | |
tree | e1652a9c39e77bd1bc8b81973fccbe91eb3d8eae /src/modelinfo | |
parent | Radio shadow fix, RAMPAGE!! message fix (diff) | |
parent | Peds (diff) | |
download | re3-c792c776f2e03d2081a187321703233e84c91362.tar re3-c792c776f2e03d2081a187321703233e84c91362.tar.gz re3-c792c776f2e03d2081a187321703233e84c91362.tar.bz2 re3-c792c776f2e03d2081a187321703233e84c91362.tar.lz re3-c792c776f2e03d2081a187321703233e84c91362.tar.xz re3-c792c776f2e03d2081a187321703233e84c91362.tar.zst re3-c792c776f2e03d2081a187321703233e84c91362.zip |
Diffstat (limited to 'src/modelinfo')
-rw-r--r-- | src/modelinfo/ModelIndices.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modelinfo/ModelIndices.h b/src/modelinfo/ModelIndices.h index 8f6d0e48..4a6e80d0 100644 --- a/src/modelinfo/ModelIndices.h +++ b/src/modelinfo/ModelIndices.h @@ -1,3 +1,5 @@ +#pragma once + #define MODELINDICES \ X("fire_hydrant", MI_FIRE_HYDRANT, 0x5F5A00) \ X("bagelstnd02", MI_BAGELSTAND2, 0x5F59FC) \ @@ -352,6 +354,8 @@ enum MI_AIRTRAIN_VLO = 198, MI_LOPOLYGUY, + + NUM_DEFAULT_MODELS }; enum{ |