From 3dd6c9f7aad7acf43cf90e5405047706ec697adc Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 24 Jun 2014 22:14:19 +0200 Subject: CGE2: Implement a couple of stubs --- engines/cge2/cge2_main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/cge2/cge2_main.cpp') diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index 2940833deb..5d4a97fd80 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -807,7 +807,10 @@ void CGE2Engine::releasePocket(Sprite *spr) { } void CGE2Engine::checkSaySwitch() { - warning("STUB: CGE2Engine::checkSaySwitch()"); +// if (SNDDrvInfo.DDEV == DEV_QUIET) +// _sayVox = !(_sayCap = true); + _commandHandlerTurbo->addCommand(kCmdSeq, 129, _sayVox, nullptr); + _commandHandlerTurbo->addCommand(kCmdSeq, 128, _sayCap, nullptr); } void CGE2Engine::loadTab() { -- cgit v1.2.3