From 60039b531e4bec2c8f16817b8da2beda148e828d Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 8 Apr 2011 15:13:19 +0100 Subject: [PATCH] Bizarre solid uses Bizarre colour system --- src/graphics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics.c b/src/graphics.c index 62705473d..ed96f6474 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -2055,7 +2055,7 @@ void draw_parts(pixel *vid) } } } - else if ((t==PT_BIZR||t==PT_BIZRG)&&parts[i].ctype) + else if ((t==PT_BIZR||t==PT_BIZRG||t==PT_BIZRS)&&parts[i].ctype) { cg = 0; cb = 0;