1
This commit is contained in:
parent
1d176d805d
commit
ebd05face0
@ -62,6 +62,7 @@
|
||||
#include "mt/AirLine.h"
|
||||
#include "mt/Robot.h"
|
||||
#include "mt/SafeAreaPos.h"
|
||||
#include "mt/MapThingGroup.h"
|
||||
|
||||
struct FrameCallNode
|
||||
{
|
||||
@ -3666,6 +3667,11 @@ void Room::CreateWorldObjects()
|
||||
break;
|
||||
}
|
||||
}
|
||||
for (auto& itr : GetMapMeta()->_group_world_objects) {
|
||||
int ikey = itr.first;
|
||||
auto objects = itr.second;
|
||||
std::shuffle(objects.begin(), objects.end(), std::default_random_engine(a8::XGetTickCount()));
|
||||
}
|
||||
if (born_point_hash_.size() < 10) {
|
||||
abort();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user