aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2003-07-08 12:29:57 +0000
committerMax Horn2003-07-08 12:29:57 +0000
commit319233d75f314772cdc63a9cc5a9df17fb1edad5 (patch)
tree47d22f69d3e77ef05c75ee0afb112b15e39bfcab /scumm
parent848cfb9378a54812d0164ec61350d02bede77ca1 (diff)
downloadscummvm-rg350-319233d75f314772cdc63a9cc5a9df17fb1edad5.tar.gz
scummvm-rg350-319233d75f314772cdc63a9cc5a9df17fb1edad5.tar.bz2
scummvm-rg350-319233d75f314772cdc63a9cc5a9df17fb1edad5.zip
make more explicit :-)
svn-id: r8855
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 cfcf546c23..aab0ea912f 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -93,7 +93,7 @@ byte CostumeRenderer::mainRoutine(int xmoveCur, int ymoveCur) {
ex2 = _srcptr[1];
_srcptr += 2;
if (ex1 != 0xFF || ex2 != 0xFF) {
-printf("Funky!\n");
+printf("Funky! Tell Fingolfin where you saw this\n");
ex1 = READ_LE_UINT16(_loaded._frameOffsets + ex1 * 2);
_srcptr = _loaded._baseptr + READ_LE_UINT16(_loaded._ptr-8 + ex1 + ex2 * 2) + 14;
}