aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hugo/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/file.cpp b/engines/hugo/file.cpp
index 36d0f17beb..e168fb70b1 100644
--- a/engines/hugo/file.cpp
+++ b/engines/hugo/file.cpp
@@ -250,7 +250,7 @@ void FileManager::readImage(int objNum, object_t *objPtr) {
* any allocated memory. Also returns size of data
*/
sound_pt FileManager::getSound(int16 sound, uint16 *size) {
- debugC(1, kDebugFile, "getSound(%d, %d)", sound, *size);
+ debugC(1, kDebugFile, "getSound(%d)", sound);
// No more to do if SILENCE (called for cleanup purposes)
if (sound == _vm->_soundSilence)