[Scummvm-cvs-logs] scummvm master -> 45fcbdcd8c99b6449fd7dfe466e6d887485cee6b

bluegr bluegr at gmail.com
Tue Dec 11 21:47:44 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
45fcbdcd8c TINSEL: Fix misleading comment


Commit: 45fcbdcd8c99b6449fd7dfe466e6d887485cee6b
    https://github.com/scummvm/scummvm/commit/45fcbdcd8c99b6449fd7dfe466e6d887485cee6b
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2012-12-11T12:46:50-08:00

Commit Message:
TINSEL: Fix misleading comment

Changed paths:
    engines/tinsel/palette.cpp



diff --git a/engines/tinsel/palette.cpp b/engines/tinsel/palette.cpp
index 11b9c60..0401817 100644
--- a/engines/tinsel/palette.cpp
+++ b/engines/tinsel/palette.cpp
@@ -170,7 +170,8 @@ void PalettesToVideoDAC() {
 			pal[i * 3 + 2] = TINSEL_GetBValue(pColors[i]);
 		}
 
-		// In DW1 Mac, the last palette color should be black. We fix it here.
+		// In DW1 Mac, color 254 should be black, like in the PC version.
+		// We fix it here.
 		if (TinselV1Mac) {
 			pal[254 * 3 + 0] = pal[254 * 3 + 1] = pal[254 * 3 + 2] = 0;
 		}






More information about the Scummvm-git-logs mailing list