diff options
Diffstat (limited to '')
-rw-r--r-- | src/modelinfo/ModelIndices.h | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/src/modelinfo/ModelIndices.h b/src/modelinfo/ModelIndices.h index 60b69088..77085d4e 100644 --- a/src/modelinfo/ModelIndices.h +++ b/src/modelinfo/ModelIndices.h @@ -351,6 +351,18 @@ enum MI_BLOODRA, MI_BLOODRB, MI_VICECHEE, + // 3 available vehicle slots in here + MI_LAST_VEHICLE = 239, + + MI_CAR_DOOR = 240, + MI_CAR_BUMPER, + MI_CAR_PANEL, + MI_CAR_BONNET, + MI_CAR_BOOT, + MI_CAR_WHEEL, + MI_BODYPARTA, + MI_BODYPARTB, + // HACK MI_TRAIN = -1, MI_DODO = -2, @@ -398,15 +410,6 @@ enum MI_CUTOBJ04, MI_CUTOBJ05, - MI_CAR_DOOR = 240, - MI_CAR_BUMPER, - MI_CAR_PANEL, - MI_CAR_BONNET, - MI_CAR_BOOT, - MI_CAR_WHEEL, - MI_BODYPARTA, - MI_BODYPARTB, - MI_AIRTRAIN_VLO = 257, MI_MOBILE = 258, |