aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/infogrames.h
diff options
context:
space:
mode:
authorMax Horn2007-06-28 17:42:57 +0000
committerMax Horn2007-06-28 17:42:57 +0000
commit2249db2c6d7603bf3fc81241fa4b87b0a7f72610 (patch)
tree82600464db2fc8fd707d765a0d24f6adeb950ef3 /sound/mods/infogrames.h
parentc69fe68112729d8cdf49df195eedf8d7852d95ca (diff)
downloadscummvm-rg350-2249db2c6d7603bf3fc81241fa4b87b0a7f72610.tar.gz
scummvm-rg350-2249db2c6d7603bf3fc81241fa4b87b0a7f72610.tar.bz2
scummvm-rg350-2249db2c6d7603bf3fc81241fa4b87b0a7f72610.zip
Started to refactor the Paula / Amiga MOD code: Made some stuff in class Paula private and added accessor APIs instead
svn-id: r27759
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();
}
}