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:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user