X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=moving.c;h=887977afc6fbca9be2088b9acec2922bceb52ff1;hp=1797e1ef7e820e5e788325a2aa8935b6c949c1f7;hb=0dd845a602e289a5b3e5cd60a8cc2a7c4cbbbd5f;hpb=292e2af0061f1a0e6c466f5ea067ffaed19c48f1 diff --git a/moving.c b/moving.c index 1797e1e..887977a 100644 --- a/moving.c +++ b/moving.c @@ -986,16 +986,16 @@ void help(void) { textcolor(RED); prout("fails."); delay(500); - textcolor(LIGHTGRAY); + textcolor(DEFAULT); } if (l > 3) { finish(FMATERIALIZE); return; } game.quad[ix][iy]=ship; - textcolor(WHITE); + textcolor(GREEN); prout("succeeds."); - textcolor(LIGHTGRAY); + textcolor(DEFAULT); dock(0); skip(1); prout("Lt. Uhura- \"Captain, we made it!\"");