diff options
author | Vladimir | 2011-06-07 01:02:09 +0400 |
---|---|---|
committer | Alyssa Milburn | 2011-06-15 17:30:48 +0200 |
commit | 5b9a40584e8f244169943c419763c2ad35fa851a (patch) | |
tree | 107a2611c976eade5d4e3ef545c9d9c5d38adf6b /engines | |
parent | e4c9ae7a5452e52d9ae064af293a5f12d5a06bab (diff) | |
download | scummvm-rg350-5b9a40584e8f244169943c419763c2ad35fa851a.tar.gz scummvm-rg350-5b9a40584e8f244169943c419763c2ad35fa851a.tar.bz2 scummvm-rg350-5b9a40584e8f244169943c419763c2ad35fa851a.zip |
DREAMWEB: added stubs for sound startup/exit
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dreamweb/dreamweb.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp index 9e04147d40..25e6118457 100644 --- a/engines/dreamweb/dreamweb.cpp +++ b/engines/dreamweb/dreamweb.cpp @@ -260,8 +260,10 @@ void out22c(Context &context) { ::error("out22c"); } +void soundstartup(Context &context) { +} + void soundend(Context &context) { - ::error("soundend"); } void interupttest(Context &context) { @@ -284,9 +286,6 @@ void setsoundoff(Context &context) { ::error("setsoundoff"); } -void soundstartup(Context &context) { - ::error("soundstartup"); -} void loadsecondsample(Context &context) { ::error("loadsecondsample"); |