aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.cpp
diff options
context:
space:
mode:
authoruruk2014-07-09 11:17:30 +0200
committeruruk2014-07-09 11:17:30 +0200
commit45da1e7c741a1906b60ad3d55a9e0087fd9a4a3e (patch)
treec1f5e5fb1ee1d1a3f8f9aa630821945edcacb977 /engines/cge2/cge2.cpp
parentd0a6fa4ce2594bf84cb1e6c12108fb96055beb1e (diff)
downloadscummvm-rg350-45da1e7c741a1906b60ad3d55a9e0087fd9a4a3e.tar.gz
scummvm-rg350-45da1e7c741a1906b60ad3d55a9e0087fd9a4a3e.tar.bz2
scummvm-rg350-45da1e7c741a1906b60ad3d55a9e0087fd9a4a3e.zip
CGE2: Implement switchVox() and switchCap().
Diffstat (limited to 'engines/cge2/cge2.cpp')
-rw-r--r--engines/cge2/cge2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge2/cge2.cpp b/engines/cge2/cge2.cpp
index aa87f99a3b..16deafba48 100644
--- a/engines/cge2/cge2.cpp
+++ b/engines/cge2/cge2.cpp
@@ -97,6 +97,8 @@ CGE2Engine::CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription)
_req = 1;
_midiNotify = nullptr;
_spriteNotify = nullptr;
+ _enaCap = true;
+ _enaVox = true;
}
void CGE2Engine::init() {