(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 461b75725c
commit 1ffd720f81
5 changed files with 7 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ void Blitter_32bppSimple::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);