Skip to content

Commit b5b60ba

Browse files
committed
removed s_waypoints
1 parent 5b02ec0 commit b5b60ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/game/client/maputil.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#include <algorithm>
3535

3636
#ifndef GAME_DLL
37-
WaypointMap *g_waypoints;
38-
MapCache *g_theMapCache;
37+
WaypointMap *g_waypoints = nullptr;
38+
MapCache *g_theMapCache = nullptr;
3939
#endif
4040

4141
static std::vector<ICoord2D> s_boundaries;
@@ -45,7 +45,6 @@ static std::list<Coord3D> s_techPositions;
4545
static unsigned int s_width = 0;
4646
static unsigned int s_height = 0;
4747
static int s_borderSize = 0;
48-
static WaypointMap *s_waypoints = nullptr;
4948
static int s_mapDX = 0;
5049
static int s_mapDY = 0;
5150

0 commit comments

Comments
 (0)