aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse.h
diff options
context:
space:
mode:
authorMax Horn2003-03-23 13:14:54 +0000
committerMax Horn2003-03-23 13:14:54 +0000
commitbe47bc121e5c411b5e6c4cc39471be746113a1ce (patch)
tree14060643d5bf306f4e98bc3938489e5ab568eee7 /scumm/imuse.h
parent2c579c25cef63cd9152d3e89a57feb9ef20190f1 (diff)
downloadscummvm-rg350-be47bc121e5c411b5e6c4cc39471be746113a1ce.tar.gz
scummvm-rg350-be47bc121e5c411b5e6c4cc39471be746113a1ce.tar.bz2
scummvm-rg350-be47bc121e5c411b5e6c4cc39471be746113a1ce.zip
cleanup
svn-id: r6847
Diffstat (limited to 'scumm/imuse.h')
-rw-r--r--scumm/imuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse.h b/scumm/imuse.h
index 4923f408c3..adc47399d8 100644
--- a/scumm/imuse.h
+++ b/scumm/imuse.h
@@ -57,7 +57,7 @@ public:
bool startSound(int sound);
int stopSound(int sound);
int stop_all_sounds();
- int get_sound_status(int sound);
+ int getSoundStatus(int sound);
bool get_sound_active(int sound);
int32 doCommand(int a, int b, int c, int d, int e, int f, int g, int h);
int clear_queue();