1
0
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:
Ted John
2019-01-18 10:46:18 +00:00
committed by Michael Steenbeek
parent a34422dc26
commit 92412d4bab
14 changed files with 137 additions and 167 deletions

View File

@@ -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);
}
}
}