1
This commit is contained in:
parent
ecb9f1d55b
commit
5f99ee1aa4
@ -2246,6 +2246,9 @@ ObstacleData* Room::GetPermanentObstacleData(int obstacle_uniid)
|
|||||||
|
|
||||||
long long Room::GetGasInactiveTime()
|
long long Room::GetGasInactiveTime()
|
||||||
{
|
{
|
||||||
|
#if DEBUG
|
||||||
|
return 5;
|
||||||
|
#endif
|
||||||
if (room_mode_ == kZombieMode) {
|
if (room_mode_ == kZombieMode) {
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
if (f8::IsTestEnv()) {
|
if (f8::IsTestEnv()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user