From eb6318e9fa951b5568846fc2fb20b4d7a09fda64 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 19 Mar 2007 22:30:28 +0000 Subject: Added FIXME comment to CINE regarding an odd warning in processSeqListElement svn-id: r26248 --- engines/cine/various.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'engines/cine') diff --git a/engines/cine/various.cpp b/engines/cine/various.cpp index c892e07ef7..92a38f969b 100644 --- a/engines/cine/various.cpp +++ b/engines/cine/various.cpp @@ -2979,8 +2979,13 @@ void processSeqListElement(SeqListElement *element) { param1 = ptr1[1]; param2 = ptr1[2]; - if (element->varC != 255) + if (element->varC != 255) { + // FIXME: Why is this here? Fingolfin gets lots of these + // in his copy of Operation Stealth (value 0 or 236) under + // Mac OS X. Maybe it's a endian issue? At least the graphics + // in the copy protection screen are partially messed up. warning("processSeqListElement: varC = %d", element->varC); + } if (globalVars[VAR_MOUSE_X_POS] || globalVars[VAR_MOUSE_Y_POS]) { computeMove1(element, ptr1[4] + x, ptr1[5] + y, param1, param2, globalVars[VAR_MOUSE_X_POS], globalVars[VAR_MOUSE_Y_POS]); -- cgit v1.2.3