From 4a448eca37a5a5409d39d4036db3793cfa27edf8 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Thu, 13 May 2010 00:08:30 +0200 Subject: Make WaypointMgr to singleton. Move global waypoint_map variable to WaypointMgr's private variable. --HG-- branch : trunk --- src/game/WaypointManager.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game/WaypointManager.cpp') diff --git a/src/game/WaypointManager.cpp b/src/game/WaypointManager.cpp index 9077dfb36a8..bd052306992 100644 --- a/src/game/WaypointManager.cpp +++ b/src/game/WaypointManager.cpp @@ -24,9 +24,6 @@ #include "ProgressBar.h" #include "MapManager.h" -UNORDERED_MAP waypoint_map; -WaypointStore WaypointMgr; - void WaypointStore::Free() { waypoint_map.clear(); -- cgit v1.2.3