diff options
Diffstat (limited to 'source/frontend/StarTitleScreen.hpp')
-rw-r--r-- | source/frontend/StarTitleScreen.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarTitleScreen.hpp b/source/frontend/StarTitleScreen.hpp index baad200..5ce000d 100644 --- a/source/frontend/StarTitleScreen.hpp +++ b/source/frontend/StarTitleScreen.hpp @@ -124,6 +124,7 @@ private: SkyPtr m_skyBackdrop; AmbientNoisesDescriptionPtr m_musicTrack; + AudioInstancePtr m_currentMusicTrack; AmbientManager m_musicTrackManager; }; |