mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- fixed broken walkthrough of Restoring Deimos MAP07
This commit is contained in:
parent
af17864968
commit
857d0175b5
1 changed files with 8 additions and 0 deletions
|
@ -1445,6 +1445,14 @@ class LevelCompatibility native play
|
|||
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
|
||||
{
|
||||
// Missing teleport destination on easy skill
|
||||
|
|
Loading…
Reference in a new issue