1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Set NextQuadrantEntry not to null (#19969)

This commit is contained in:
Matthias Moninger
2023-04-17 20:18:43 +03:00
committed by GitHub
parent f5d9d00fba
commit 1ecdfb68ee

View File

@@ -186,6 +186,7 @@ static PaintStruct* CreateNormalPaintStruct(
ps->Bounds.z = rotBoundBoxOffset.z;
ps->Attached = nullptr;
ps->Children = nullptr;
ps->NextQuadrantEntry = nullptr;
ps->InteractionItem = session.InteractionType;
ps->MapPos = session.MapPosition;
ps->Element = session.CurrentlyDrawnTileElement;