From 88bfe5d0766e4592cd414c1980eda9287c51035e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 3 Nov 2011 20:50:30 +0000 Subject: NEVERHOOD: Added a FIXME --- engines/neverhood/module1000.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/neverhood/module1000.cpp b/engines/neverhood/module1000.cpp index 2eb8a67176..176708be3d 100644 --- a/engines/neverhood/module1000.cpp +++ b/engines/neverhood/module1000.cpp @@ -1042,6 +1042,8 @@ uint32 AsScene1002VenusFlyTrap::hmAnimationExt(int messageNum, const MessagePara if (_x > 330) { sendMessage(_klayman, 0x4811, 2); } else if (_x > 265) { + // FIXME: This check is the same as the one below. + // Perhaps the third parameter should be 1 here? sendMessage(_klayman, 0x4811, 0); } else { sendMessage(_klayman, 0x4811, 0); -- cgit v1.2.3