Skip to content

Commit

Permalink
- add line_horizon on HOM line in Sapphire.wad
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Dec 9, 2019
1 parent 4ae2e12 commit d44a4f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wadsrc/static/zscript/level_compatibility.zs
Expand Up @@ -1697,6 +1697,12 @@ class LevelCompatibility : LevelPostProcessor
SetThingFlags(i, MTF_SINGLE|MTF_COOPERATIVE|MTF_DEATHMATCH);
break;
}

case 'C4850382A78BF637AC9FC58153E03C87': // sapphire.wad map01
{
SetLineSpecial(11518, 9, 0, 0, 0, 0);
break;
}
}
}
}

0 comments on commit d44a4f4

Please sign in to comment.