- add line_horizon on HOM line in Sapphire.wad

This commit is contained in:
Rachael Alexanderson 2019-12-09 01:56:42 -05:00
parent 4ae2e12cbf
commit d44a4f428e

View file

@ -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;
}
}
}
}