Fix plut lava
type already set to ctype and ctype already cleared, whoops.
This commit is contained in:
parent
f0c5960b56
commit
7543a3d05e
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user