Commented out stuff that requires a GZDoom PR.
This commit is contained in:
parent
2f52055b3b
commit
b19c9aa2d8
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2pre r126 \cu(Sun 23 Jan 20:48:35 CET 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2pre r126 \cu(2022-01-23 20:48:35)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2pre r127 \cu(Sun 23 Jan 20:48:58 CET 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2pre r127 \cu(2022-01-23 20:48:58)\c-";
|
||||
|
|
|
|||
|
|
@ -116,6 +116,9 @@ extend Class SWWMHandler
|
|||
if ( !(level.clusterflags&LevelLocals.CLUSTER_HUB) ) demo.invwipe |= Demolitionist.WIPE_MAP;
|
||||
// the playerpawn will know what to do with this in its PreTravelled()
|
||||
}
|
||||
// prevent achievements from being triggered by the changelevel cheat
|
||||
// FIXME uncomment when flag is exposed
|
||||
//if ( level.changemapcheat ) return;
|
||||
// did we complete this map without collecting any of its keys? (doesn't work for hubs)
|
||||
if ( (mapkeys.Size() > 0) && !(level.clusterflags&LevelLocals.CLUSTER_HUB) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue