1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Fix mistake in array

This commit is contained in:
Marijn van der Werf
2016-04-27 18:21:14 +02:00
parent a7e37290be
commit fd58208ea9

View File

@@ -36,7 +36,7 @@ const rct_xy16 viewport_surface_paint_data[][4] = {
{
{32, 0},
{-32, 32},
{-64, 32},
{-64, -32},
{0, -64}
},
{