From 5b9a40584e8f244169943c419763c2ad35fa851a Mon Sep 17 00:00:00 2001 From: Vladimir Date: Tue, 7 Jun 2011 01:02:09 +0400 Subject: DREAMWEB: added stubs for sound startup/exit --- engines/dreamweb/dreamweb.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'engines') 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"); -- cgit v1.2.3