1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 14:42:56 +01:00

Fix uninitialised value in testpaint

This commit is contained in:
Michał Janiszewski
2016-10-10 23:08:48 +02:00
parent b54cb2ca8a
commit 053945034a

View File

@@ -59,7 +59,7 @@ namespace Intercept2
call.height = -1;
call.slope = -1;
support_height referenceSupport;
support_height referenceSupport = { 0 };
for (int i = 0; i < 9; i++) {
if (positionsRemaining & segment_offsets[i]) {