From ae9bca6bdf747e8ec1daa75b043a5a546eec21f7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 3 Feb 2014 20:16:13 -0500 Subject: VOYEUR: Remove a lot of outdated TODO's and clean up of stubbed methods --- engines/voyeur/events.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/voyeur/events.cpp') diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp index 9904c9ecc8..c0f0eb5c68 100644 --- a/engines/voyeur/events.cpp +++ b/engines/voyeur/events.cpp @@ -458,8 +458,6 @@ void EventsManager::vDoCycleInt() { byte g = pPal[start * 3 + 1]; byte b = pPal[start * 3 + 2]; - // Move the remainder of the range backwards one entry - // TODO: Is this allowing for overlap properly? Common::copy(&pPal[start * 3 + 3], &pPal[end * 3 + 3], &pPal[start * 3]); // Place the original saved entry at the end of the range @@ -483,7 +481,6 @@ void EventsManager::vDoCycleInt() { byte b = pPal[end * 3 + 2]; // Move the remainder of the range forwards one entry - // TODO: Does this allow for overlap range correctly? Common::copy_backward(&pPal[start * 3], &pPal[end * 3], &pPal[end * 3 + 3]); // Place the original saved entry at the end of the range -- cgit v1.2.3