diff options
| author | Ludvig Strigeus | 2002-04-16 12:07:19 +0000 |
|---|---|---|
| committer | Ludvig Strigeus | 2002-04-16 12:07:19 +0000 |
| commit | 71eac5acd30cb1fd48cbfbc464b4a37adee8a6b4 (patch) | |
| tree | 8b6e4950c5dd6805344f8051cac517461691d76d /system.h | |
| parent | d91b85049fc8d40cd9ac5ac42fef2d4f1008d63e (diff) | |
| download | scummvm-rg350-71eac5acd30cb1fd48cbfbc464b4a37adee8a6b4.tar.gz scummvm-rg350-71eac5acd30cb1fd48cbfbc464b4a37adee8a6b4.tar.bz2 scummvm-rg350-71eac5acd30cb1fd48cbfbc464b4a37adee8a6b4.zip | |
endian fixes,
don't use adlib driver if sound initialization fails,
simon1 savedialog works
svn-id: r3955
Diffstat (limited to 'system.h')
| -rw-r--r-- | system.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
