Update Micro Slaughter CP compat fix to RC1.
This commit is contained in:
parent
a579e9195a
commit
67972dc910
2 changed files with 4 additions and 3 deletions
|
|
@ -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++ )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue