aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_v1.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2011-11-04 20:03:59 +0100
committerJohannes Schickel2011-11-04 20:03:59 +0100
commit7157e75ed9ae78ef2ab55431db7c7b0bd192c01e (patch)
treea0144d060f830996513bfa6751e8909da3d5d31b /engines/kyra/scene_v1.cpp
parent4410e6123868ee549e8997bad97cf768edbdf3ae (diff)
downloadscummvm-rg350-7157e75ed9ae78ef2ab55431db7c7b0bd192c01e.tar.gz
scummvm-rg350-7157e75ed9ae78ef2ab55431db7c7b0bd192c01e.tar.bz2
scummvm-rg350-7157e75ed9ae78ef2ab55431db7c7b0bd192c01e.zip
KYRA: Remove FIXME, which should've been removed with 4410e61...
Diffstat (limited to 'engines/kyra/scene_v1.cpp')
-rw-r--r--engines/kyra/scene_v1.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/scene_v1.cpp b/engines/kyra/scene_v1.cpp
index cef472682e..bc90f49002 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;