aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-27 03:47:56 +0000
committerTravis Howell2004-07-27 03:47:56 +0000
commitf734014fd2ce201f1fbec340d09d5695305a649e (patch)
tree2e56b2bbfde189e8093c14a791c517f826aebe52 /sword1/sword1.cpp
parentbd88e98c9cb4c1b8d853cb0603254eee30a3b8e3 (diff)
downloadscummvm-rg350-f734014fd2ce201f1fbec340d09d5695305a649e.tar.gz
scummvm-rg350-f734014fd2ce201f1fbec340d09d5695305a649e.tar.bz2
scummvm-rg350-f734014fd2ce201f1fbec340d09d5695305a649e.zip
Add support for speech in demo.
svn-id: r14350
Diffstat (limited to 'sword1/sword1.cpp')
-rw-r--r--sword1/sword1.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp
index 0981dbce21..1d4113dbd9 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.cpp
@@ -1066,10 +1066,6 @@ void SwordEngine::checkCdFiles(void) { // check if we're running from cd, hdd or
_systemVars.playSpeech = true;
return ;
} else {
- const char msg[] = "SPEECH2.CLU not found.\nPlease copy the SPEECH.CLU from CD2 and rename it to SPEECH2.CLU";
- GUI::MessageDialog dialog(msg);
- dialog.runModal();
- error(msg);
}
} else { // speech1.clu & speech2.clu not present. are we running from cd?
if (test.open("cd1.id")) {