aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/costume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index b0c871a046..d561d503a4 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -571,7 +571,7 @@ void LoadedCostume::loadCostume(int id) {
_numColors = 32;
break;
default:
- error("Costume %d with format %d is invalid", id, _format);
+ error("Costume %d with format 0x%X is invalid", id, _format);
}