(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.

This commit is contained in:
frosch
2011-04-29 20:47:36 +00:00
parent 3d0aac6d83
commit facd1301fc
5 changed files with 7 additions and 7 deletions

View File

@@ -235,7 +235,7 @@ void Blitter_32bppAnim::DrawColourMappingRect(void *dst, int width, int height,
} while (--height);
return;
}
if (pal == PALETTE_TO_STRUCT_GREY) {
if (pal == PALETTE_NEWSPAPER) {
do {
for (int i = 0; i != width; i++) {
*udst = MakeGrey(*udst);