mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 13:50:48 +00:00
- fix bad MP start spot in 1024.wad, MAP05
This commit is contained in:
parent
5cced2721a
commit
bc8046ac1a
1 changed files with 7 additions and 0 deletions
|
@ -2143,6 +2143,13 @@ class LevelCompatibility : LevelPostProcessor
|
||||||
SetLineFlags(6842, 0, Line.ML_BLOCKING);
|
SetLineFlags(6842, 0, Line.ML_BLOCKING);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '50E394239FF64264950D11883E933553': // 1024.wad map05
|
||||||
|
{
|
||||||
|
// Change duplicate player 2 start to player 3 start
|
||||||
|
SetThingEdNum(59, 3);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue