diff options
| author | Max Horn | 2003-05-29 22:34:35 +0000 |
|---|---|---|
| committer | Max Horn | 2003-05-29 22:34:35 +0000 |
| commit | e08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939 (patch) | |
| tree | 7cfaf7553bc2f0bb3a7f0ac092cf85a287288879 /backends/null | |
| parent | 54b8fd8ce1488c82a8e123586dfce9000e3ba6c7 (diff) | |
| download | scummvm-rg350-e08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939.tar.gz scummvm-rg350-e08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939.tar.bz2 scummvm-rg350-e08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939.zip | |
more OSystem docs & cleanup
svn-id: r8118
Diffstat (limited to 'backends/null')
| -rw-r--r-- | backends/null/null.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/null/null.cpp b/backends/null/null.cpp index 4878ebeffa..8098445a89 100644 --- a/backends/null/null.cpp +++ b/backends/null/null.cpp @@ -42,7 +42,7 @@ public: void delay_msecs(uint msecs); void create_thread(ThreadProc *proc, void *param) { } bool poll_event(Event *event) { return false; } - bool set_sound_proc(void *param, SoundProc *proc, byte sound) {} + bool set_sound_proc(SoundProc *proc, void *param, SoundFormat format) {} void quit() { exit(1); } uint32 property(int param, Property *value) { return 0; } static OSystem *create(int gfx_mode, bool full_screen); |
