From 8edfd6b56c7a7be7a2950d687678269f2aaf7010 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Sun, 8 Nov 2009 22:48:27 +0000 Subject: Updated the list of TODOs svn-id: r45768 --- engines/draci/screen.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/draci/screen.cpp') diff --git a/engines/draci/screen.cpp b/engines/draci/screen.cpp index 70e0faa40a..8e301c0c88 100644 --- a/engines/draci/screen.cpp +++ b/engines/draci/screen.cpp @@ -88,7 +88,6 @@ void Screen::interpolatePalettes(const byte *first, const byte *second, uint16 s _palette[i * 4 + 3] = 0; } - // TODO: Investigate why this is needed // Shift the palette two bits to the left to make it brighter for (int i = start * 4; i < (start + num) * 4; ++i) { _palette[i] <<= 2; -- cgit v1.2.3