From 319233d75f314772cdc63a9cc5a9df17fb1edad5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 8 Jul 2003 12:29:57 +0000 Subject: make more explicit :-) svn-id: r8855 --- scumm/costume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3