mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Prevent desync with modeattacking.
This commit is contained in:
parent
67f5b2245f
commit
e3fe542f31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue