mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix incorrect constant
This commit is contained in:
committed by
Michael Steenbeek
parent
5db6e5afa1
commit
53be8da368
@@ -8499,7 +8499,7 @@ loc_6DCE68:
|
||||
regs.al = vehicle->track_x >> 5;
|
||||
regs.ah = vehicle->track_y >> 5;
|
||||
regs.dl = vehicle->track_z >> 3;
|
||||
for (sint32 i = 0; i < RCT12_NUM_COLOUR_SCHEMES; i++) {
|
||||
for (sint32 i = 0; i < RCT12_MAX_STATIONS_PER_RIDE; i++) {
|
||||
if ((uint16)regs.ax != ride->station_starts[i]) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user