This commit is contained in:
aozhiwei 2021-04-02 11:16:19 +08:00
parent ecb9f1d55b
commit 5f99ee1aa4

View File

@ -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()) {