diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
