Skip to content

Commit

Permalink
removed s_waypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
6emmes authored and xezon committed Oct 31, 2024
1 parent 31eebdb commit 05d879b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/game/client/maputil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#include <algorithm>

#ifndef GAME_DLL
WaypointMap *g_waypoints;
MapCache *g_theMapCache;
WaypointMap *g_waypoints = nullptr;
MapCache *g_theMapCache = nullptr;
#endif

static std::vector<ICoord2D> s_boundaries;
Expand All @@ -45,7 +45,6 @@ static std::list<Coord3D> 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;

Expand Down

0 comments on commit 05d879b

Please sign in to comment.