Prevent desync with modeattacking.

This commit is contained in:
toaster 2019-11-01 16:25:28 +00:00
parent 67f5b2245f
commit e3fe542f31
1 changed files with 1 additions and 1 deletions

View File

@ -3004,7 +3004,7 @@ boolean P_SetupLevel(boolean skipprecip)
leveltime = maxstarposttime;
}
if (unlockables[27].unlocked // pandora's box
if (unlockables[27].unlocked && !modeattacking // pandora's box
#ifndef DEVELOP
&& !modifiedgame
#endif