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:
committed by
GitHub
parent
f5d9d00fba
commit
1ecdfb68ee
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user