aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v2.cpp')
-rw-r--r--scumm/player_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v2.cpp b/scumm/player_v2.cpp
index 5543d57fdf..0538631a87 100644
--- a/scumm/player_v2.cpp
+++ b/scumm/player_v2.cpp
@@ -522,7 +522,7 @@ void Player_V2::startSound(int nr) {
mutex_down();
}
-bool Player_V2::getSoundStatus(int nr) const {
+int Player_V2::getSoundStatus(int nr) const {
return _current_nr == nr || _next_nr == nr;
}