mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
More scanning work to unify data structures
This commit is contained in:
+1
-3
@@ -170,12 +170,10 @@ public:
|
||||
|
||||
void DisplayInfo(Mob *mob);
|
||||
|
||||
std::unordered_map<Mob *, float> close_mobs;
|
||||
std::unordered_map<uint16, Mob *> close_mobs;
|
||||
Timer mob_scan_close;
|
||||
Timer mob_check_moving_timer;
|
||||
|
||||
void GetCloseMobList(std::list<std::pair<Mob *, float>> &m_list);
|
||||
|
||||
//Somewhat sorted: needs documenting!
|
||||
|
||||
//Attack
|
||||
|
||||
Reference in New Issue
Block a user