aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/infogrames.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mods/infogrames.h')
-rw-r--r--sound/mods/infogrames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mods/infogrames.h b/sound/mods/infogrames.h
index bba43cbef2..572c5a6426 100644
--- a/sound/mods/infogrames.h
+++ b/sound/mods/infogrames.h
@@ -96,7 +96,7 @@ public:
// while data is being read by the mixer thread.
_mutex.lock();
init();
- _playing = true;
+ startPlay();
_mutex.unlock();
}
}