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

This commit is contained in:
Johannes Schickel 2011-11-04 20:03:59 +01:00
parent 4410e61238
commit 7157e75ed9

View File

@ -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;