mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 13:31:37 +00:00
- fixed broken walkthrough of Restoring Deimos MAP07
This commit is contained in:
parent
5683f6131b
commit
fe637a9116
1 changed files with 8 additions and 0 deletions
|
@ -1445,6 +1445,14 @@ class LevelCompatibility native play
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '6B9D31106CE290205A724FA61C165A80': // Restoring Deimos MAP07
|
||||||
|
{
|
||||||
|
// Missing map spots on easy skill
|
||||||
|
SetThingSkills(507, 31);
|
||||||
|
SetThingSkills(509, 31);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case '17314071AB76F4789763428FA2E8DA4C': // Skulldash Expanded Edition MAP04
|
case '17314071AB76F4789763428FA2E8DA4C': // Skulldash Expanded Edition MAP04
|
||||||
{
|
{
|
||||||
// Missing teleport destination on easy skill
|
// Missing teleport destination on easy skill
|
||||||
|
|
Loading…
Reference in a new issue