mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- add line_horizon on HOM line in Sapphire.wad
This commit is contained in:
parent
efb3465921
commit
5c4d75e081
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue