1
This commit is contained in:
parent
23e78c98ee
commit
e6a0186c3e
@ -257,11 +257,7 @@ void Incubator::AutoAllocAndroid()
|
|||||||
case GasWaiting:
|
case GasWaiting:
|
||||||
case GasMoving:
|
case GasMoving:
|
||||||
{
|
{
|
||||||
#if 1
|
|
||||||
if (!hold_humans_.empty() && hold_humans_.size() > 0) {
|
if (!hold_humans_.empty() && hold_humans_.size() > 0) {
|
||||||
#else
|
|
||||||
if (!hold_humans_.empty() && hold_humans_.size() > 6) {
|
|
||||||
#endif
|
|
||||||
Human* hum = hold_humans_[0];
|
Human* hum = hold_humans_[0];
|
||||||
if (room->GetGasData().GetGasMode() == GasWaiting &&
|
if (room->GetGasData().GetGasMode() == GasWaiting &&
|
||||||
hold_humans_.size() > 1 &&
|
hold_humans_.size() > 1 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user