Revert "multiple BRCK colors (suggested by Catelite)"
This reverts commit 4a8ae25299e465ab55072dd512b5818881ec5a67.
This commit is contained in:
parent
774bc08c2c
commit
af181faeea
@ -50,34 +50,15 @@ Element_BRCK::Element_BRCK()
|
|||||||
int Element_BRCK::graphics(GRAPHICS_FUNC_ARGS)
|
int Element_BRCK::graphics(GRAPHICS_FUNC_ARGS)
|
||||||
{
|
{
|
||||||
if (cpart->tmp == 1)
|
if (cpart->tmp == 1)
|
||||||
*colb += 100;
|
{
|
||||||
else if (cpart->tmp == 2)
|
|
||||||
*colr += 100;
|
|
||||||
else if (cpart->tmp == 3)
|
|
||||||
*colg += 100;
|
|
||||||
else if (cpart->tmp == 4) {
|
|
||||||
*colg += 100;
|
|
||||||
*colb += 100;
|
|
||||||
}
|
|
||||||
else if (cpart->tmp == 5) {
|
|
||||||
*colg += 100;
|
|
||||||
*colr += 100;
|
|
||||||
}
|
|
||||||
else if (cpart->tmp == 6) {
|
|
||||||
*colr += 100;
|
|
||||||
*colb += 100;
|
|
||||||
}
|
|
||||||
else if (cpart->tmp == 7) {
|
|
||||||
*colr += 100;
|
|
||||||
*colg += 100;
|
|
||||||
*colb += 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
*pixel_mode |= FIRE_ADD;
|
*pixel_mode |= FIRE_ADD;
|
||||||
|
*colb += 100;
|
||||||
|
|
||||||
*firea = 40;
|
*firea = 40;
|
||||||
*firer = *colr;
|
*firer = *colr;
|
||||||
*fireg = *colg;
|
*fireg = *colg;
|
||||||
*fireb = *colb;
|
*fireb = *colb;
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user