1
This commit is contained in:
parent
c66d5db158
commit
23e78c98ee
@ -248,6 +248,11 @@ bool Incubator::CanSee(Human* hum, Human* exclude_hum)
|
|||||||
|
|
||||||
void Incubator::AutoAllocAndroid()
|
void Incubator::AutoAllocAndroid()
|
||||||
{
|
{
|
||||||
|
#ifdef MYDEBUG
|
||||||
|
{
|
||||||
|
a8::XPrintf("AutoAllocAndroid hold_humans.size:%d\n", {hold_humans_.size()});
|
||||||
|
}
|
||||||
|
#endif
|
||||||
switch (room->GetGasData().GetGasMode()) {
|
switch (room->GetGasData().GetGasMode()) {
|
||||||
case GasWaiting:
|
case GasWaiting:
|
||||||
case GasMoving:
|
case GasMoving:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user