mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 13:31:37 +00:00
- add line_horizon on HOM line in Sapphire.wad
This commit is contained in:
parent
4ae2e12cbf
commit
d44a4f428e
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue