Improvements to fancy display

This commit is contained in:
Simon 2011-01-08 21:03:43 +00:00
parent 4a046e77c2
commit 764e3966bb
2 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#endif
#define SAVE_VERSION 45
#define MINOR_VERSION 0
#define MINOR_VERSION 1
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
//#define BETA

View File

@ -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)
{