Skip to content

Commit

Permalink
Still update ID24 skies when menu open
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Sep 16, 2024
1 parent 7c48973 commit ca3edfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/p_spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2446,6 +2446,8 @@ void P_UpdateSpecials(void)

skycolumnoffset += skyscrolldelta;

R_UpdateSky();

if (menuactive)
return;

Expand Down Expand Up @@ -2506,8 +2508,6 @@ void P_UpdateSpecials(void)
if (!sector || (!sector->floordata && !sector->ceilingdata) || line->tag != sector->tag)
S_StartSectorSound(buttonlist[i].soundorg, sfx_swtchn);
}

R_UpdateSky();
}

//
Expand Down

0 comments on commit ca3edfe

Please sign in to comment.