This commit is contained in:
aozhiwei 2021-04-09 19:52:35 +08:00
parent 7ba76ad4eb
commit 4be0ca0883

View File

@ -2246,7 +2246,7 @@ ObstacleData* Room::GetPermanentObstacleData(int obstacle_uniid)
long long Room::GetGasInactiveTime() long long Room::GetGasInactiveTime()
{ {
#if DEBUG #ifdef DEBUG
return 5; return 5;
#endif #endif
if (room_mode_ == kZombieMode) { if (room_mode_ == kZombieMode) {