Fix graphics for Phot, Fire, Stor
This commit is contained in:
parent
a101353681
commit
228e79eb4f
@ -401,6 +401,7 @@ int graphics_PVOD(GRAPHICS_FUNC_ARGS)
|
||||
int graphics_STOR(GRAPHICS_FUNC_ARGS)
|
||||
{
|
||||
if(cpart->tmp){
|
||||
*pixel_mode |= PMODE_GLOW;
|
||||
*colr = 0x50;
|
||||
*colg = 0xDF;
|
||||
*colb = 0xDF;
|
||||
|
@ -74,7 +74,7 @@ int graphics_PHOT(GRAPHICS_FUNC_ARGS)
|
||||
*colg *= x;
|
||||
*colb *= x;
|
||||
|
||||
*firea = 15;
|
||||
*firea = 100;
|
||||
*firer = *colr;
|
||||
*fireg = *colg;
|
||||
*fireb = *colb;
|
||||
|
@ -46,7 +46,7 @@ pixel *pers_bg;
|
||||
|
||||
char * flm_data;
|
||||
int flm_data_points = 4;
|
||||
pixel flm_data_colours[] = {PIXPACK(0xAF9F0F), PIXPACK(0xDFBF0F), PIXPACK(0x60300F), PIXPACK(0x000000)};
|
||||
pixel flm_data_colours[] = {PIXPACK(0xAF9F0F), PIXPACK(0xDFBF6F), PIXPACK(0x60300F), PIXPACK(0x000000)};
|
||||
float flm_data_pos[] = {1.0f, 0.9f, 0.5f, 0.0f};
|
||||
|
||||
char * plasma_data;
|
||||
|
Loading…
Reference in New Issue
Block a user