aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-29 17:05:49 +0000
committerJohannes Schickel2009-06-29 17:05:49 +0000
commit31691eb6bf7332392a862bcedc3fdf0f7438666f (patch)
tree8170f20c8c555b7359bd0ff318f21bc470aaf729 /engines/kyra
parent179a822b93b3bd4c5ff462441fdf1ca53f672b9d (diff)
downloadscummvm-rg350-31691eb6bf7332392a862bcedc3fdf0f7438666f.tar.gz
scummvm-rg350-31691eb6bf7332392a862bcedc3fdf0f7438666f.tar.bz2
scummvm-rg350-31691eb6bf7332392a862bcedc3fdf0f7438666f.zip
Removed some obsolete TODOs.
svn-id: r41954
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/script_lok.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/kyra/script_lok.cpp b/engines/kyra/script_lok.cpp
index b205f600e8..849c6b776d 100644
--- a/engines/kyra/script_lok.cpp
+++ b/engines/kyra/script_lok.cpp
@@ -913,8 +913,6 @@ int KyraEngine_LoK::o1_placeCharacterInOtherScene(EMCState *script) {
int KyraEngine_LoK::o1_getKey(EMCState *script) {
debugC(3, kDebugLevelScriptFuncs, "KyraEngine_LoK::o1_getKey(%p) ()", (const void *)script);
- // TODO: Check this implementation
-
while (true) {
delay(10);
@@ -1245,7 +1243,6 @@ int KyraEngine_LoK::o1_setFireberryGlowPalette(EMCState *script) {
}
}
- // TODO: Original used "44" here, which would be 14.666... colors. That looks strange, we should verify this one again.
_screen->getPalette(1).copy(_specialPalettes[palIndex], 0, 15, 228);
return 0;
}