mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 14:41:29 +02:00
Right color for air stick man.
This commit is contained in:
@@ -1879,7 +1879,7 @@ void render_parts(pixel *vid)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (cplayer->elem<PT_NUM) pc = ptypes[cplayer->elem].pcolors;
|
if (cplayer->elem<PT_NUM) pc = ptypes[cplayer->elem].pcolors;
|
||||||
else pc = PIXPACK(0xFFFFFF);
|
else pc = PIXPACK(0x8080FF);
|
||||||
s = XRES+BARSIZE;
|
s = XRES+BARSIZE;
|
||||||
//head
|
//head
|
||||||
if(t==PT_FIGH)
|
if(t==PT_FIGH)
|
||||||
|
Reference in New Issue
Block a user