aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index d9022e44b9..cc6afeb9af 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -1474,7 +1474,7 @@ int ScummEngine::readSoundResource(int type, int idx) {
_fileHandle->read(res.createResource(type, idx, total_size), total_size);
return 1;
}
- error("Unrecognized base tag 0x%08x in sound %d", basetag, idx);
+ error("Unrecognized base tag 0x%08x in sound %d", TO_BE_32(basetag), idx);
}
res.roomoffs[type][idx] = 0xFFFFFFFF;
return 0;