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()
{
#if DEBUG
#ifdef DEBUG
return 5;
#endif
if (room_mode_ == kZombieMode) {