From d4dbd745e53040cfba040c3042c6ce36b4b57466 Mon Sep 17 00:00:00 2001 From: James Haley Date: Thu, 26 Mar 2009 08:54:00 -0500 Subject: [PATCH] Formatting problem in fuzz draw fix. --- Source/R_draw.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Source/R_draw.c b/Source/R_draw.c index 723c78ff..1f2a7f87 100644 --- a/Source/R_draw.c +++ b/Source/R_draw.c @@ -440,27 +440,27 @@ void R_DrawFuzzColumn(void) // using the colormap #6 (of 0-31, a bit brighter than average). do - { - // Lookup framebuffer, and retrieve - // a pixel that is either one column - // left or right of the current one. - // Add index from colormap to index. - // killough 3/20/98: use fullcolormap instead of colormaps + { + // Lookup framebuffer, and retrieve + // a pixel that is either one column + // left or right of the current one. + // Add index from colormap to index. + // killough 3/20/98: use fullcolormap instead of colormaps //sf : hires - *dest = fullcolormap[6*256+ - dest[fuzzoffset[fuzzpos] ? SCREENWIDTH<