From b23190393248455f04d3a06def030a1ec7efad1e Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 4 Sep 2020 13:38:24 +0200 Subject: Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup port --- src/common/Collision/Maps/MapTree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/Collision/Maps/MapTree.h') diff --git a/src/common/Collision/Maps/MapTree.h b/src/common/Collision/Maps/MapTree.h index a9eb70c6bab..d2012ea7a30 100644 --- a/src/common/Collision/Maps/MapTree.h +++ b/src/common/Collision/Maps/MapTree.h @@ -34,8 +34,8 @@ namespace VMAP { LocationInfo(): rootId(-1), hitInstance(nullptr), hitModel(nullptr), ground_Z(-G3D::finf()) { } int32 rootId; - const ModelInstance* hitInstance; - const GroupModel* hitModel; + ModelInstance const* hitInstance; + GroupModel const* hitModel; float ground_Z; }; -- cgit v1.2.3