mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 00:30:01 +00:00
dont hardcode first vehicle ID; little fix for roadblocks
This commit is contained in:
parent
3895853fe7
commit
876e402d1e
3 changed files with 8 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue