summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/MusicTrack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/MusicTrack.cpp')
-rw-r--r--StarsEx/MusicTrack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/MusicTrack.cpp b/StarsEx/MusicTrack.cpp
index cca61a5..88e970e 100644
--- a/StarsEx/MusicTrack.cpp
+++ b/StarsEx/MusicTrack.cpp
@@ -82,7 +82,7 @@ MusicTrack::ExecFrame()
Starshatter* stars = Starshatter::GetInstance();
if (stars) {
- music_pause = (stars->GetGameMode() == Starshatter::PLAY_MODE) &&
+ music_pause = (stars->GetGameMode() == Game::PLAY_MODE) &&
Game::GetInstance()->Paused();
}