mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-01 00:21:43 +00:00
- fixed broken walkthrough of Skulldash MAP04
This commit is contained in:
parent
3d557b68b0
commit
1dd08a73ed
1 changed files with 7 additions and 0 deletions
|
@ -1438,6 +1438,13 @@ class LevelCompatibility native play
|
|||
SetThingSkills(62, 31);
|
||||
break;
|
||||
}
|
||||
|
||||
case '17314071AB76F4789763428FA2E8DA4C': // Skulldash Expanded Edition MAP04
|
||||
{
|
||||
// Missing teleport destination on easy skill
|
||||
SetThingSkills(164, 31);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue