mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-22 11:21:09 +00:00
- fixed broken walkthrough of Skulldash MAP04
This commit is contained in:
parent
f41c0eca12
commit
af3fce739d
1 changed files with 7 additions and 0 deletions
|
@ -1425,6 +1425,13 @@ class LevelCompatibility native play
|
||||||
SetThingSkills(62, 31);
|
SetThingSkills(62, 31);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '17314071AB76F4789763428FA2E8DA4C': // Skulldash Expanded Edition MAP04
|
||||||
|
{
|
||||||
|
// Missing teleport destination on easy skill
|
||||||
|
SetThingSkills(164, 31);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue