summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/graphics.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c
index 4f65ef4..0130465 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -1478,7 +1478,12 @@ void draw_parts(pixel *vid)
cb = 0;
blendpixel(vid, nx, ny, cr, cg, cb, 255);
}
- else if(cmode==CM_FANCY)
+ else if(cmode==CM_FANCY &&
+ t!=PT_FIRE && t!=PT_PLSM && t!=PT_WTRV &&
+ t!=PT_HFLM && t!=PT_SPRK && t!=PT_FIRW &&
+ t!=PT_DUST && t!=PT_FIRW && t!=PT_FWRK &&
+ t!=PT_NEUT && t!=PT_LAVA && t!=PT_BOMB &&
+ t!=PT_PHOT && t!=PT_THDR && t!=PT_SMKE)
{
if(ptypes[parts[i].type].properties&TYPE_LIQUID)
{