aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authoreriktorbjorn2011-07-20 13:15:30 +0200
committereriktorbjorn2011-07-20 13:15:30 +0200
commite25e85fbb047fef895ede97c3c2c73451631052c (patch)
tree444455de955544b98968c759b8ae823104a4c41e /engines/dreamweb/stubs.h
parentcede1a3f5c4e25bd081b1970f43049ef77ae53f2 (diff)
downloadscummvm-rg350-e25e85fbb047fef895ede97c3c2c73451631052c.tar.gz
scummvm-rg350-e25e85fbb047fef895ede97c3c2c73451631052c.tar.bz2
scummvm-rg350-e25e85fbb047fef895ede97c3c2c73451631052c.zip
DREAMWEB: Blacklist and reimplement cancelch0() and cancelch1()
Now any sound playing on the channels is stopped immediately. This fixes missing voice-overs in the intro, makes it possible to skip lines of conversation, and fixes a problem where the sound effect from the Altar Room would keep playing after leaving the room. Possibly other glitches as well.
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index a113bf79cd..a3cb680cca 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -69,4 +69,5 @@
void turnpathoffCPP(uint8 param);
void modifychar();
void lockmon();
-
+ void cancelch0();
+ void cancelch1();