1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Fix testpaint

This commit is contained in:
Gymnasiast
2017-09-12 11:29:43 +02:00
parent a28509e24c
commit 3891b9874d
4 changed files with 14 additions and 14 deletions

View File

@@ -1022,7 +1022,7 @@ private:
direction,
height,
(int)mapElement,
0 * sizeof(rct_ride),
0 * sizeof(Ride),
trackSequence
);
}