X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=moving.c;h=887977afc6fbca9be2088b9acec2922bceb52ff1;hb=0dd845a602e289a5b3e5cd60a8cc2a7c4cbbbd5f;hp=17f3a2282767a738921a6a98fb3b1cc1ee5dca68;hpb=a67634b9dc32d47cba5f75341bff2349d9ebbbcf;p=super-star-trek.git diff --git a/moving.c b/moving.c index 17f3a22..887977a 100644 --- a/moving.c +++ b/moving.c @@ -1,6 +1,5 @@ #include #include "sstlinux.h" -#include "conio.h" #include "sst.h" static void getcd(int, int); @@ -987,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!\"");