diff options
Diffstat (limited to 'scumm/imuse_internal.h')
-rw-r--r-- | scumm/imuse_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse_internal.h b/scumm/imuse_internal.h index 81819465ed..b88ea0b7dd 100644 --- a/scumm/imuse_internal.h +++ b/scumm/imuse_internal.h @@ -461,7 +461,7 @@ public: int get_master_volume(); bool startSound(int sound); int stopSound(int sound); - int stop_all_sounds(); + int stopAllSounds(); int getSoundStatus(int sound, bool ignoreFadeouts = true); int getMusicTimer(); int32 doCommand (int a, int b, int c, int d, int e, int f, int g, int h); |