Core/Event: Change Midsummer Music container to vector

This commit is contained in:
Kittnz
2016-10-14 18:37:49 +02:00
parent 30a3a93ef9
commit e0c2482fa1

View File

@@ -1434,7 +1434,7 @@ public:
if (!IsHolidayActive(HOLIDAY_FIRE_FESTIVAL))
break;
std::deque<Player*> playersNearby;
std::vector<Player*> playersNearby;
go->GetPlayerListInGrid(playersNearby, go->GetMap()->GetVisibilityRange());
for (Player* player : playersNearby)
{