Commented out stuff that requires a GZDoom PR.

This commit is contained in:
Mari the Deer 2022-01-23 20:48:58 +01:00
commit b19c9aa2d8
2 changed files with 5 additions and 2 deletions

View file

@ -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) )
{