Update Micro Slaughter CP compat fix to RC1.

This commit is contained in:
Mari the Deer 2021-03-19 00:17:10 +01:00
commit 67972dc910
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r367 \cu(Thu 18 Mar 16:38:23 CET 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r367 \cu(2021-03-18 16:38:23)\c-";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r368 \cu(Fri 19 Mar 00:17:10 CET 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r368 \cu(2021-03-19 00:17:10)\c-";

View file

@ -136,8 +136,9 @@ Class SWWMLevelCompatibility : LevelPostProcessor
level.nextsecretmap = level.nextmap; // so the handler can detect this
level.nextmap = "E5M1";
break;
// Micro Slaughter Community Project MAP13
// Micro Slaughter Community Project MAP13 (beta) / MAP14 (rc1)
case 'E45AA3BE411845AA0DEE7CA5DAAB65FE':
case 'CDF12AAE960E6BD11D98E1F0A1782B7B':
// reduce OBSCENELY EXCESSIVE number of cell packs in voodoo doll conveyors (400), which will cause immense lag when replaced with mod ammo
// unsurprisingly, this actually makes the map go from completely unplayable to having perfectly smooth performance (gee, I wonder why)
for ( int i=0; i<GetThingCount(); i++ )