More scanning work to unify data structures

This commit is contained in:
Akkadius
2019-12-29 02:01:48 -06:00
parent 9481e9eb2d
commit 6b465c576d
11 changed files with 57 additions and 35 deletions
+1 -3
View File
@@ -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