dont hardcode first vehicle ID; little fix for roadblocks

This commit is contained in:
aap
2020-05-07 09:38:07 +02:00
parent 3895853fe7
commit 876e402d1e
3 changed files with 8 additions and 7 deletions

View File

@ -255,7 +255,8 @@ enum
MI_BUSKER4,
// three more peds possible
MI_LANDSTAL = 90,
MI_FIRST_VEHICLE = 90,
MI_LANDSTAL = MI_FIRST_VEHICLE,
MI_IDAHO,
MI_STINGER,
MI_LINERUN,