Skip to content

Commit

Permalink
stageThreeInitialise: Always refresh groups UI data
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Aug 29, 2023
1 parent fc904e5 commit f4e7809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/init.cpp
Expand Up @@ -1879,6 +1879,9 @@ bool stageThreeInitialise()
// Start / randomize in-game music
cdAudio_PlayTrack(SONG_INGAME);

// always start off with a refresh of the groups UI data
intGroupsChanged();

return true;
}

Expand Down

0 comments on commit f4e7809

Please sign in to comment.