diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/sound/audio32.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sound/audio32.cpp b/engines/sci/sound/audio32.cpp index 04d1a47ece..be3f99dcea 100644 --- a/engines/sci/sound/audio32.cpp +++ b/engines/sci/sound/audio32.cpp @@ -776,6 +776,7 @@ uint16 Audio32::play(int16 channelIndex, const ResourceId resourceId, const bool // probably rewriting a bunch of the resource manager. Resource *resource = _resMan->findResource(resourceId, true); if (resource == nullptr) { + warning("[Audio32::play]: %s could not be found", resourceId.toString().c_str()); return 0; } |