Skip to content
Snippets Groups Projects
Commit 661f06e1 authored by Eidolon's avatar Eidolon
Browse files

Correct local variable boolean type

parent 1b96c8b4
No related branches found
No related tags found
No related merge requests found
......@@ -821,7 +821,7 @@ void P_Ticker(boolean run)
for (i = 0; i <= splitscreen; i++)
{
player_t *player = &players[displayplayers[i]];
BOOL skyVisible = skyVisiblePerPlayer[i];
boolean skyVisible = skyVisiblePerPlayer[i];
if (skyVisible && skyboxmo[0] && cv_skybox.value)
{
R_SkyboxFrame(player);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment