- add line_horizon on HOM line in Sapphire.wad

This commit is contained in:
Rachael Alexanderson 2019-12-09 01:56:42 -05:00 committed by drfrag
parent efb3465921
commit 5c4d75e081

View file

@ -1686,6 +1686,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;
}
}
}
}