Improvements to fancy display
This commit is contained in:
parent
4a046e77c2
commit
764e3966bb
@ -8,7 +8,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SAVE_VERSION 45
|
#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 IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
|
||||||
//#define BETA
|
//#define BETA
|
||||||
|
|
||||||
|
@ -1478,7 +1478,12 @@ void draw_parts(pixel *vid)
|
|||||||
cb = 0;
|
cb = 0;
|
||||||
blendpixel(vid, nx, ny, cr, cg, cb, 255);
|
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)
|
if(ptypes[parts[i].type].properties&TYPE_LIQUID)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user