- 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:
Christoph Oelckers 2022-01-13 15:57:25 +01:00
parent 3aff12cf4c
commit 82be7db269

View file

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