aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse.h
diff options
context:
space:
mode:
authorMax Horn2003-10-03 00:59:27 +0000
committerMax Horn2003-10-03 00:59:27 +0000
commit2ed4677ede3f4a04bf0cf35d029f40a79eae57c1 (patch)
tree057357c3736ca8c12dad0f3be22aad4f9bc6fe09 /scumm/imuse.h
parentbebaf0e0fc2bed2b8e67812b5b3ac5bce0fb52f0 (diff)
downloadscummvm-rg350-2ed4677ede3f4a04bf0cf35d029f40a79eae57c1.tar.gz
scummvm-rg350-2ed4677ede3f4a04bf0cf35d029f40a79eae57c1.tar.bz2
scummvm-rg350-2ed4677ede3f4a04bf0cf35d029f40a79eae57c1.zip
const as const can
svn-id: r10555
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 9bb039a3ef..559a0c5309 100644
--- a/scumm/imuse.h
+++ b/scumm/imuse.h
@@ -68,7 +68,7 @@ public:
void stopAllSounds();
int getSoundStatus(int sound) const;
bool get_sound_active(int sound) const;
- int getMusicTimer();
+ int getMusicTimer() const;
int32 doCommand (int a, int b, int c, int d, int e, int f, int g, int h);
int32 doCommand (int numargs, int args[]);
int clear_queue();