aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v2.h')
-rw-r--r--scumm/player_v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v2.h b/scumm/player_v2.h
index 04ab1e84ed..54b98e426b 100644
--- a/scumm/player_v2.h
+++ b/scumm/player_v2.h
@@ -81,7 +81,7 @@ public:
virtual void startSound(int nr);
virtual void stopSound(int nr);
virtual void stopAllSounds();
- virtual bool getSoundStatus(int nr) const;
+ virtual int getSoundStatus(int nr) const;
virtual int getMusicTimer() const;
protected: