Fix plut lava

type already set to ctype and ctype already cleared, whoops.
This commit is contained in:
jacksonmj 2011-04-24 00:09:07 +01:00 committed by Simon Robertshaw
parent f0c5960b56
commit 7543a3d05e

View File

@ -1562,10 +1562,10 @@ void update_particles_i(pixel *vid, int start, int inc)
parts[i].tmp = 0;
t = PT_BMTL;
}
if (parts[i].ctype==PT_PLUT)
if (t==PT_PLUT)
{
parts[i].tmp = 0;
t = parts[i].ctype = PT_LAVA;
t = PT_LAVA;
}
}
}