mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- give the tree sky of DukeDC an offset of -40 to better hide its poor design in the new renderer.
This commit is contained in:
parent
3aff12cf4c
commit
82be7db269
1 changed files with 6 additions and 0 deletions
|
@ -264,6 +264,12 @@ static void setupbackdrop()
|
|||
{
|
||||
defineSky(1086, 3, nullptr, 0, 1, 140);
|
||||
}
|
||||
|
||||
// this sky isn't actually placed wrong - it's just so poorly designed that it needs to be shifted down to hide its shortcomings as good as possible.
|
||||
if (isDuke() && (g_gameType & GAMEFLAG_DUKEDC))
|
||||
{
|
||||
defineSky(3708, 3, nullptr, 0, 1, -40);
|
||||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue