From 31691eb6bf7332392a862bcedc3fdf0f7438666f Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 29 Jun 2009 17:05:49 +0000 Subject: Removed some obsolete TODOs. svn-id: r41954 --- engines/kyra/script_lok.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/kyra') 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; } -- cgit v1.2.3