mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Fix #3806: Other Coaster Vehicle options not showing in Ride Window
This error was introduced with aa929e1 (see line 204 in src/management/research.c in that commit).
This commit is contained in:
committed by
Ted John
parent
e4b8e13ee4
commit
05ac1a49b6
@@ -203,7 +203,7 @@ void research_finish_item(sint32 entryIndex)
|
||||
rideEntry2->ride_type[1] == base_ride_type ||
|
||||
rideEntry2->ride_type[2] == base_ride_type
|
||||
) {
|
||||
ride_entry_set_invented(rideEntryIndex);
|
||||
ride_entry_set_invented(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user