This commit is contained in:
aozhiwei 2021-09-30 13:05:24 +00:00
parent a2a68f1e12
commit c36e35a71c

View File

@ -528,10 +528,12 @@ int Room::CreateLootEx(int equip_id, a8::Vec2 born_pos, a8::Vec2 pos, int count,
if (equip_meta) {
#ifdef DEBUG
if (GetGasData().gas_mode == GasWaiting || GetGasData().gas_mode == GasMoving) {
#if 0
if (equip_id == 30908) {
abort();
a8::XPrintf("CreateLootEx %d\n", {equip_id});
}
#endif
}
#endif
Loot* entity = EntityFactory::Instance()->MakeLoot(AllocUniid());