mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 22:18:16 +00:00
dont hardcode first vehicle ID; little fix for roadblocks
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user