mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart-Public into internal16fixes
This commit is contained in:
commit
b84d4a6bd2
1 changed files with 2 additions and 2 deletions
|
@ -821,8 +821,8 @@ void P_Ticker(boolean run)
|
||||||
for (i = 0; i <= splitscreen; i++)
|
for (i = 0; i <= splitscreen; i++)
|
||||||
{
|
{
|
||||||
player_t *player = &players[displayplayers[i]];
|
player_t *player = &players[displayplayers[i]];
|
||||||
boolean skyVisible = skyVisiblePerPlayer[i];
|
boolean isSkyVisibleForPlayer = skyVisiblePerPlayer[i];
|
||||||
if (skyVisible && skyboxmo[0] && cv_skybox.value)
|
if (isSkyVisibleForPlayer && skyboxmo[0] && cv_skybox.value)
|
||||||
{
|
{
|
||||||
R_SkyboxFrame(player);
|
R_SkyboxFrame(player);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue