Correct the prompt-setting.
[super-star-trek.git] / moving.c
index 17f3a2282767a738921a6a98fb3b1cc1ee5dca68..887977afc6fbca9be2088b9acec2922bceb52ff1 100644 (file)
--- a/moving.c
+++ b/moving.c
@@ -1,6 +1,5 @@
 #include <unistd.h>
 #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!\"");