From b5b60baf38479ce896a0417d1a2d50388d267ffa Mon Sep 17 00:00:00 2001 From: 6emmes <27066734+6emmes@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:35:19 +0100 Subject: [PATCH] removed s_waypoints --- src/game/client/maputil.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/game/client/maputil.cpp b/src/game/client/maputil.cpp index 822ff43c7..d9a67671f 100644 --- a/src/game/client/maputil.cpp +++ b/src/game/client/maputil.cpp @@ -34,8 +34,8 @@ #include #ifndef GAME_DLL -WaypointMap *g_waypoints; -MapCache *g_theMapCache; +WaypointMap *g_waypoints = nullptr; +MapCache *g_theMapCache = nullptr; #endif static std::vector s_boundaries; @@ -45,7 +45,6 @@ static std::list s_techPositions; static unsigned int s_width = 0; static unsigned int s_height = 0; static int s_borderSize = 0; -static WaypointMap *s_waypoints = nullptr; static int s_mapDX = 0; static int s_mapDY = 0;