[Scummvm-cvs-logs] scummvm master -> 7157e75ed9ae78ef2ab55431db7c7b0bd192c01e

lordhoto lordhoto at gmail.com
Fri Nov 4 20:04:52 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7157e75ed9 KYRA: Remove FIXME, which should've been removed with 4410e61...


Commit: 7157e75ed9ae78ef2ab55431db7c7b0bd192c01e
    https://github.com/scummvm/scummvm/commit/7157e75ed9ae78ef2ab55431db7c7b0bd192c01e
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-11-04T12:03:59-07:00

Commit Message:
KYRA: Remove FIXME, which should've been removed with 4410e61...

Changed paths:
    engines/kyra/scene_v1.cpp



diff --git a/engines/kyra/scene_v1.cpp b/engines/kyra/scene_v1.cpp
index cef4726..bc90f49 100644
--- a/engines/kyra/scene_v1.cpp
+++ b/engines/kyra/scene_v1.cpp
@@ -313,7 +313,6 @@ int KyraEngine_v1::getMoveTableSize(int *moveTable) {
 			}
 
 			if (tempPosition == moveTable && *tempPosition == 9) {
-				// FIXME: This check is odd. Perhaps it should check if *tempPosition == 9 ?
 				while (*tempPosition == 9)
 					++tempPosition;
 






More information about the Scummvm-git-logs mailing list