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;