mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- Platoon Leader: Set explicit sky offset for the third episode's orange sky.
This commit is contained in:
parent
8dedcf94d3
commit
45b88277a3
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue