mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
KYRA: Remove FIXME, which should've been removed with 4410e61...
This commit is contained in:
parent
4410e61238
commit
7157e75ed9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user