aboutsummaryrefslogtreecommitdiff
path: root/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'resource.cpp')
-rw-r--r--resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/resource.cpp b/resource.cpp
index ccb372b899..3e04c0bb0e 100644
--- a/resource.cpp
+++ b/resource.cpp
@@ -1030,7 +1030,7 @@ bool Scumm::isResourceInUse(int type, int i)
case rtCostume:
return isCostumeInUse(i);
case rtSound:
- return isSoundRunning(i) != 0;
+ return _sound->isSoundRunning(i) != 0;
default:
return false;
}