- fix bad MP start spot in 1024.wad, MAP05

This commit is contained in:
Christoph Oelckers 2022-05-31 00:02:15 +02:00
parent 5cced2721a
commit bc8046ac1a
1 changed files with 7 additions and 0 deletions

View File

@ -2143,6 +2143,13 @@ class LevelCompatibility : LevelPostProcessor
SetLineFlags(6842, 0, Line.ML_BLOCKING);
break;
}
case '50E394239FF64264950D11883E933553': // 1024.wad map05
{
// Change duplicate player 2 start to player 3 start
SetThingEdNum(59, 3);
break;
}
}
}
}