mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
std::deque is a much better fit, should have bit better performance
This commit is contained in:
+1
-1
@@ -1225,7 +1225,7 @@ protected:
|
||||
Map::Vertex PathingLastPosition;
|
||||
int PathingLoopCount;
|
||||
int PathingLastNodeVisited;
|
||||
std::vector<int> Route;
|
||||
std::deque<int> Route;
|
||||
LOSType PathingLOSState;
|
||||
Timer *PathingLOSCheckTimer;
|
||||
Timer *PathingRouteUpdateTimerShort;
|
||||
|
||||
Reference in New Issue
Block a user