mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-12 21:01:00 +00:00
Only call SetupFrame in T-1 hack with player->mo
This commit is contained in:
parent
461a80d357
commit
65737cd4bd
1 changed files with 4 additions and 1 deletions
|
@ -827,10 +827,13 @@ void P_Ticker(boolean run)
|
||||||
{
|
{
|
||||||
R_SkyboxFrame(player);
|
R_SkyboxFrame(player);
|
||||||
}
|
}
|
||||||
|
if (player->mo)
|
||||||
|
{
|
||||||
R_SetupFrame(player, (skyboxmo[0] && cv_skybox.value));
|
R_SetupFrame(player, (skyboxmo[0] && cv_skybox.value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
P_MapEnd();
|
P_MapEnd();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue