From f4e780923622d59f46d06d471d295363f0ea9cc6 Mon Sep 17 00:00:00 2001 From: past-due <30942300+past-due@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:57:00 -0400 Subject: [PATCH] stageThreeInitialise: Always refresh groups UI data --- src/init.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/init.cpp b/src/init.cpp index 466b4ce4625..d131f380b22 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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; }