|
From: Tapio V. <aa...@us...> - 2009-11-13 13:09:07
|
Module: performous
Branch: master
Commit: 0548b3378009d7c1213828740edf3939f2314491
Author: Tapio Vierros <tap...@gm...>
Date: Fri Nov 13 15:08:21 2009 +0200
Display score_window for FoF songs also.
---
game/screen_sing.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/screen_sing.cc b/game/screen_sing.cc
index 4c9d681..5f51a8f 100644
--- a/game/screen_sing.cc
+++ b/game/screen_sing.cc
@@ -276,7 +276,7 @@ void ScreenSing::draw() {
theme->timer.draw(statustxt);
}
- if (config["game/karaoke_mode"].b() || !m_song->track_map.empty()) {
+ if (config["game/karaoke_mode"].b()) {
if (!m_audio.isPlaying()) {
ScreenManager* sm = ScreenManager::getSingletonPtr();
sm->activateScreen("Songs");
|