mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Store ride index inside ride struct
This commit is contained in:
committed by
Michael Steenbeek
parent
a34422dc26
commit
92412d4bab
@@ -218,7 +218,7 @@ static int32_t cc_rides(InteractiveConsole& console, const utf8** argv, int32_t
|
||||
else
|
||||
{
|
||||
ride->mode = mode;
|
||||
invalidate_test_results(ride_index);
|
||||
invalidate_test_results(ride);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user