aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/script.cpp
diff options
context:
space:
mode:
authorStrangerke2013-02-22 23:51:29 +0100
committerStrangerke2013-02-22 23:51:29 +0100
commit9a535ac9f610e8209654fd1f3fdda244f47abe79 (patch)
treec2c6233e0e9286257bc15ed31af50ba30adad8a9 /engines/hopkins/script.cpp
parent5297f6370749dfaff9b6b80ea9f10b855cd1b58f (diff)
downloadscummvm-rg350-9a535ac9f610e8209654fd1f3fdda244f47abe79.tar.gz
scummvm-rg350-9a535ac9f610e8209654fd1f3fdda244f47abe79.tar.bz2
scummvm-rg350-9a535ac9f610e8209654fd1f3fdda244f47abe79.zip
HOPKINS: Remove verbose error messages when the English demo skips the speech loading
Diffstat (limited to 'engines/hopkins/script.cpp')
-rw-r--r--engines/hopkins/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp
index c133b3e9d8..09555bd236 100644
--- a/engines/hopkins/script.cpp
+++ b/engines/hopkins/script.cpp
@@ -142,7 +142,7 @@ int ScriptManager::handleOpcode(byte *dataP) {
}
if (!_vm->_soundManager._voiceOffFl)
_vm->_soundManager.mixVoice(mesgId, 4, displayedTxtFl);
- } else { // if (TRAVAILOBJET)
+ } else { // if (_tempObjectFl)
if (_vm->_globals._saveData->_data[svField356]) {
_vm->_fontManager.initTextBuffers(9, 635, _vm->_globals._textFilename, 55, 20, dataP[8], 35, 253);
bool displayedTxtFl = false;