From 2249db2c6d7603bf3fc81241fa4b87b0a7f72610 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 28 Jun 2007 17:42:57 +0000 Subject: Started to refactor the Paula / Amiga MOD code: Made some stuff in class Paula private and added accessor APIs instead svn-id: r27759 --- sound/mods/infogrames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/mods/infogrames.h') 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(); } } -- cgit v1.2.3