X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=reports.c;h=98721c6961240a63ad99221c23ac362f024a5880;hp=54c73d98ad2131478eafffe32c5fd26203f8c3b1;hb=0dd845a602e289a5b3e5cd60a8cc2a7c4cbbbd5f;hpb=292e2af0061f1a0e6c466f5ea067ffaed19c48f1 diff --git a/reports.c b/reports.c index 54c73d9..98721c6 100644 --- a/reports.c +++ b/reports.c @@ -268,8 +268,8 @@ int srscan(int l) { case IHRED: textcolor(RED); break; case IHGREEN: textcolor(GREEN); break; case IHYELLOW: textcolor(YELLOW); break; - case IHDOCKED: textcolor(LIGHTGRAY); break; - case IHDEAD: textcolor(WHITE); + case IHDOCKED: textcolor(CYAN); break; + case IHDEAD: textcolor(BROWN); } if (game.quad[i][j] != ship) highvideo(); @@ -277,7 +277,7 @@ int srscan(int l) { if (game.quad[i][j] & DAMAGED) highvideo(); proutn("%c ",game.quad[i][j] & ~DAMAGED); - textcolor(LIGHTGRAY); + textcolor(DEFAULT); } else proutn("- ");