diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2019-10-07 00:39:25 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2019-10-07 00:39:25 +0300 |
| commit | d5d1c7ec5fc98f8355d812587938314406a6df80 (patch) | |
| tree | e1652a9c39e77bd1bc8b81973fccbe91eb3d8eae /src/modelinfo/ModelIndices.h | |
| parent | Radio shadow fix, RAMPAGE!! message fix (diff) | |
| download | re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.gz | |
Peds
Diffstat (limited to 'src/modelinfo/ModelIndices.h')
| -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{ |
