- Platoon Leader: Set explicit sky offset for the third episode's orange sky.

This commit is contained in:
Christoph Oelckers 2022-01-04 16:36:34 +01:00
parent 8dedcf94d3
commit 45b88277a3

View file

@ -275,6 +275,11 @@ static void setupbackdrop()
defineSky(212, 65536, 3, pskyoff, 0, 140);
defineSky(225, 65536, 3, pskyoff, 0, 140);
}
if (isWW2GI() && (g_gameType & GAMEFLAG_ADDON))
{
defineSky(1086, 65536, 3, pskyoff, 0, 140);
}
}
//---------------------------------------------------------------------------