From 8956d5cff2a5551016aa75d99ce8cff6635605af Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 30 Dec 2012 15:30:14 -0500 Subject: Clean up some backslashes at the end of lines. --- source/tile.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/tile.cpp b/source/tile.cpp index c93c02f..008ef33 100644 --- a/source/tile.cpp +++ b/source/tile.cpp @@ -637,9 +637,9 @@ static void WRITE_4PIXELS16_ADD (uint32 Offset, uint8 *Pixels, uint16 *ScreenCol if (SubDepth [N]) { if (SubDepth [N] != 1) - Screen [N] = COLOR_ADD (ScreenColors [Pixel], Screen [GFX.Delta + N]); \ + Screen [N] = COLOR_ADD (ScreenColors [Pixel], Screen [GFX.Delta + N]); else - Screen [N] = COLOR_ADD (ScreenColors [Pixel], GFX.FixedColour); \ + Screen [N] = COLOR_ADD (ScreenColors [Pixel], GFX.FixedColour); } else Screen [N] = ScreenColors [Pixel]; @@ -662,9 +662,9 @@ static void WRITE_4PIXELS16_FLIPPED_ADD (uint32 Offset, uint8 *Pixels, uint16 *S if (SubDepth [N]) { if (SubDepth [N] != 1) - Screen [N] = COLOR_ADD (ScreenColors [Pixel], Screen [GFX.Delta + N]); \ + Screen [N] = COLOR_ADD (ScreenColors [Pixel], Screen [GFX.Delta + N]); else - Screen [N] = COLOR_ADD (ScreenColors [Pixel], GFX.FixedColour); \ + Screen [N] = COLOR_ADD (ScreenColors [Pixel], GFX.FixedColour); } else Screen [N] = ScreenColors [Pixel]; -- cgit v1.2.3