From 71eac5acd30cb1fd48cbfbc464b4a37adee8a6b4 Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Tue, 16 Apr 2002 12:07:19 +0000 Subject: endian fixes, don't use adlib driver if sound initialization fails, simon1 savedialog works svn-id: r3955 --- system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system.h') diff --git a/system.h b/system.h index 7f173a6fc8..1b6b2892bb 100644 --- a/system.h +++ b/system.h @@ -89,7 +89,7 @@ public: // Set the function to be invoked whenever samples need to be generated // Format is the sample type format. // Only 16-bit signed mode is needed for simon & scumm - virtual void set_sound_proc(void *param, SoundProc *proc, byte format) = 0; + virtual bool set_sound_proc(void *param, SoundProc *proc, byte format) = 0; // Get or set a property virtual uint32 property(int param, uint32 value) = 0; -- cgit v1.2.3