refactor(Core/Misc): acore to Acore (#6043)
This commit is contained in:
parent
7eeae6866e
commit
897a02bb75
224 changed files with 942 additions and 942 deletions
|
|
@ -349,8 +349,8 @@ public:
|
|||
{
|
||||
timer = 0;
|
||||
std::list<Player*> players;
|
||||
acore::AnyPlayerExactPositionInGameObjectRangeCheck checker(go, 0.3f);
|
||||
acore::PlayerListSearcher<acore::AnyPlayerExactPositionInGameObjectRangeCheck> searcher(go, players, checker);
|
||||
Acore::AnyPlayerExactPositionInGameObjectRangeCheck checker(go, 0.3f);
|
||||
Acore::PlayerListSearcher<Acore::AnyPlayerExactPositionInGameObjectRangeCheck> searcher(go, players, checker);
|
||||
go->VisitNearbyWorldObject(0.3f, searcher);
|
||||
|
||||
if (players.size() > 0)
|
||||
|
|
@ -396,8 +396,8 @@ public:
|
|||
{
|
||||
timer = 0;
|
||||
std::list<Player*> players;
|
||||
acore::AnyPlayerExactPositionInGameObjectRangeCheck checker(go, 0.3f);
|
||||
acore::PlayerListSearcher<acore::AnyPlayerExactPositionInGameObjectRangeCheck> searcher(go, players, checker);
|
||||
Acore::AnyPlayerExactPositionInGameObjectRangeCheck checker(go, 0.3f);
|
||||
Acore::PlayerListSearcher<Acore::AnyPlayerExactPositionInGameObjectRangeCheck> searcher(go, players, checker);
|
||||
go->VisitNearbyWorldObject(0.3f, searcher);
|
||||
|
||||
if (players.size() > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue