1
This commit is contained in:
parent
a2a68f1e12
commit
c36e35a71c
@ -528,10 +528,12 @@ int Room::CreateLootEx(int equip_id, a8::Vec2 born_pos, a8::Vec2 pos, int count,
|
|||||||
if (equip_meta) {
|
if (equip_meta) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if (GetGasData().gas_mode == GasWaiting || GetGasData().gas_mode == GasMoving) {
|
if (GetGasData().gas_mode == GasWaiting || GetGasData().gas_mode == GasMoving) {
|
||||||
|
#if 0
|
||||||
if (equip_id == 30908) {
|
if (equip_id == 30908) {
|
||||||
abort();
|
abort();
|
||||||
a8::XPrintf("CreateLootEx %d\n", {equip_id});
|
a8::XPrintf("CreateLootEx %d\n", {equip_id});
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
Loot* entity = EntityFactory::Instance()->MakeLoot(AllocUniid());
|
Loot* entity = EntityFactory::Instance()->MakeLoot(AllocUniid());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user