summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c
index 263bb33..15ba199 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -1879,7 +1879,7 @@ void render_parts(pixel *vid)
}
if (cplayer->elem<PT_NUM) pc = ptypes[cplayer->elem].pcolors;
- else pc = PIXPACK(0xFFFFFF);
+ else pc = PIXPACK(0x8080FF);
s = XRES+BARSIZE;
//head
if(t==PT_FIGH)