aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/tony.cpp')
-rw-r--r--engines/tony/tony.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp
index bb28848362..79300ca1ee 100644
--- a/engines/tony/tony.cpp
+++ b/engines/tony/tony.cpp
@@ -281,9 +281,10 @@ void TonyEngine::GUIError(const Common::String &msg) {
}
void TonyEngine::playMusic(int nChannel, const Common::String &fname, int nFX, bool bLoop, int nSync) {
- if (nChannel < 4)
+ if (nChannel < 4) {
if (GLOBALS._flipflop)
nChannel = nChannel + 1;
+ }
switch (nFX) {
case 0: