aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2003-08-12 04:53:35 +0000
committerJonathan Gray2003-08-12 04:53:35 +0000
commitaefdffbd2d6b60355e405dec1f24cedea78314e7 (patch)
tree4b316c726a8a7d9a62f502dd31f4cad5aba5c500 /scumm
parentbf1c300c361d9a58d7fafaabe90c9ace3cc8e96b (diff)
downloadscummvm-rg350-aefdffbd2d6b60355e405dec1f24cedea78314e7.tar.gz
scummvm-rg350-aefdffbd2d6b60355e405dec1f24cedea78314e7.tar.bz2
scummvm-rg350-aefdffbd2d6b60355e405dec1f24cedea78314e7.zip
mention what format a costume is using (ie why it is invalid)
svn-id: r9644
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 09399511bf..b0c871a046 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 is invalid", id);
+ error("Costume %d with format %d is invalid", id, _format);
}