Skip to content

Commit

Permalink
- Fixed comment in level_compatibility.zs regarding pc_cp2.wad MAP38 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Player701 authored and coelckers committed Dec 22, 2023
1 parent 8151c4c commit 3a117cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/level_compatibility.zs
Expand Up @@ -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
Expand Down

0 comments on commit 3a117cb

Please sign in to comment.