aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
authorMatthew Hoops2015-09-29 21:00:56 -0400
committerJohannes Schickel2016-03-13 13:52:24 +0100
commitfb6fe1332aaa9ab4d0ec0ad4ee8015ce4076bd85 (patch)
treecc1284f92298cfd8307ba6985f4105bdce147324 /engines/groovie
parentd85eb8ded68a20de383d84064aacd1a4c81db4e9 (diff)
downloadscummvm-rg350-fb6fe1332aaa9ab4d0ec0ad4ee8015ce4076bd85.tar.gz
scummvm-rg350-fb6fe1332aaa9ab4d0ec0ad4ee8015ce4076bd85.tar.bz2
scummvm-rg350-fb6fe1332aaa9ab4d0ec0ad4ee8015ce4076bd85.zip
BACKENDS: Move to an openCD() without parameters as the public API
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/groovie.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp
index 2021cef6e8..a25bf0008b 100644
--- a/engines/groovie/groovie.cpp
+++ b/engines/groovie/groovie.cpp
@@ -257,11 +257,7 @@ Common::Error GroovieEngine::run() {
// the same cd
if (getPlatform() != Common::kPlatformIOS) {
checkCD();
-
- // Initialize the CD
- int cd_num = ConfMan.getInt("cdrom");
- if (cd_num >= 0)
- _system->getAudioCDManager()->openCD(cd_num);
+ _system->getAudioCDManager()->openCD();
}
while (!shouldQuit()) {