mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Pass currentRotation to gPaintSession in TestPaint.
This commit is contained in:
committed by
Michał Janiszewski
parent
28a91acbfe
commit
c1784b21cc
@@ -347,6 +347,7 @@ static uint8 TestTrackElementPaintCalls(uint8 rideType, uint8 trackType, uint8 t
|
||||
for (int currentRotation = 0; currentRotation < 4; currentRotation++) {
|
||||
gCurrentRotation = currentRotation;
|
||||
RCT2_CurrentRotation = currentRotation;
|
||||
gPaintSession.CurrentRotation = currentRotation;
|
||||
for (int direction = 0; direction < 4; direction++) {
|
||||
RCT2_GLOBAL(0x009DE56A, sint16) = 64; // x
|
||||
RCT2_GLOBAL(0x009DE56E, sint16) = 64; // y
|
||||
|
||||
Reference in New Issue
Block a user