mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- Fixed comment in level_compatibility.zs regarding pc_cp2.wad MAP38 fix
This commit is contained in:
parent
8151c4cab2
commit
3a117cbe89
1 changed files with 1 additions and 1 deletions
|
@ -2178,7 +2178,7 @@ class LevelCompatibility : LevelPostProcessor
|
|||
// Emulate the effect of the hidden Commander Keen's death
|
||||
// since the Keen actor is modified by DEHACKED and doesn't work as intended:
|
||||
|
||||
// 1) Replace the Keen with an imp
|
||||
// 1) Replace the Keen with a zombieman
|
||||
SetThingEdNum(101, 3004);
|
||||
|
||||
// 2) Set its special to emulate A_KeenDie
|
||||
|
|
Loading…
Reference in a new issue