aboutsummaryrefslogtreecommitdiff
path: root/sound.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2001-11-27 17:56:04 +0000
committerLudvig Strigeus2001-11-27 17:56:04 +0000
commit1c0a7cd2e71e459f37323a25d0adf853ac882a2c (patch)
treee5a6743452a7798e3118f5cbb5f22ee923396d96 /sound.cpp
parent38e2a886ce152ed2b0cfe9777a0514a10c56de04 (diff)
downloadscummvm-rg350-1c0a7cd2e71e459f37323a25d0adf853ac882a2c.tar.gz
scummvm-rg350-1c0a7cd2e71e459f37323a25d0adf853ac882a2c.tar.bz2
scummvm-rg350-1c0a7cd2e71e459f37323a25d0adf853ac882a2c.zip
some BOMP support,
some fixes svn-id: r3506
Diffstat (limited to 'sound.cpp')
-rw-r--r--sound.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound.cpp b/sound.cpp
index 533c275b44..1a0c0a6564 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -138,8 +138,6 @@ void Scumm::startTalkSound(uint32 offset, uint32 b, int mode) {
byte file_byte,file_byte_2;
uint16 elem;
- return;
-
if (!_sfxFile) {
warning("startTalkSound: SFX file is not open");
return;