diff options
author | Filippos Karapetis | 2011-11-03 20:50:30 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:40:04 +0200 |
commit | 88bfe5d0766e4592cd414c1980eda9287c51035e (patch) | |
tree | 52e5b02d73ff94357e12d30b8f1c976c6249d463 /engines | |
parent | 2e94464a8a1e76507c72903dfafb970a244b6326 (diff) | |
download | scummvm-rg350-88bfe5d0766e4592cd414c1980eda9287c51035e.tar.gz scummvm-rg350-88bfe5d0766e4592cd414c1980eda9287c51035e.tar.bz2 scummvm-rg350-88bfe5d0766e4592cd414c1980eda9287c51035e.zip |
NEVERHOOD: Added a FIXME
Diffstat (limited to 'engines')
-rw-r--r-- | engines/neverhood/module1000.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); |