This commit is contained in:
aozhiwei 2024-08-29 14:20:32 +08:00
parent c66d5db158
commit 23e78c98ee

View File

@ -248,6 +248,11 @@ bool Incubator::CanSee(Human* hum, Human* exclude_hum)
void Incubator::AutoAllocAndroid()
{
#ifdef MYDEBUG
{
a8::XPrintf("AutoAllocAndroid hold_humans.size:%d\n", {hold_humans_.size()});
}
#endif
switch (room->GetGasData().GetGasMode()) {
case GasWaiting:
case GasMoving: