From 60039b531e4bec2c8f16817b8da2beda148e828d Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 8 Apr 2011 15:13:19 +0100 Subject: Bizarre solid uses Bizarre colour system diff --git a/src/graphics.c b/src/graphics.c index 6270547..ed96f64 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; -- cgit v0.9.2-21-gd62e