mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +00:00
- fixed level progression of titan-426 map on easy skill
https://www.doomworld.com/idgames/levels/doom2/Ports/s-u/titan426
This commit is contained in:
parent
1dd0909ec2
commit
c4ef8ce465
1 changed files with 8 additions and 0 deletions
|
@ -1299,6 +1299,14 @@ class LevelCompatibility native play
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '3B1F637295F5669E99BE63F1B1CA29DF': // titan426.wad map01
|
||||||
|
{
|
||||||
|
// Missing teleport destinations on easy skill
|
||||||
|
SetThingSkills(138, 31); // secret
|
||||||
|
SetThingSkills(1127, 31); // return from exit room
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue