aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2003-08-12 05:28:11 +0000
committerJonathan Gray2003-08-12 05:28:11 +0000
commitb1f2e66e300414666de20511d4d6b5e8c798ea8f (patch)
treeebcc606d8729c0f8f018834b6bdae78ee7de0e19 /scumm
parentaefdffbd2d6b60355e405dec1f24cedea78314e7 (diff)
downloadscummvm-rg350-b1f2e66e300414666de20511d4d6b5e8c798ea8f.tar.gz
scummvm-rg350-b1f2e66e300414666de20511d4d6b5e8c798ea8f.tar.bz2
scummvm-rg350-b1f2e66e300414666de20511d4d6b5e8c798ea8f.zip
this makes more sense in hex
svn-id: r9645
Diffstat (limited to 'scumm')
-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);
}