textcolor() is now available in the text input manager.
[super-star-trek.git] / conio.c
diff --git a/conio.c b/conio.c
index 9c37ad5225c654155d7474ad6a1ea2ff3f0e56d5..d603349ad0934eb705ad4da2245c8fd5105bb520 100644 (file)
--- a/conio.c
+++ b/conio.c
@@ -276,11 +276,14 @@ void textbackground (int color)
    docolor(color);
 }
 
+
 void textcolor (int color)
 {
+#ifdef SERGEEV
    fgc=color;
    color=(bgc*16)+fgc;
    docolor(color);
+#endif /* SERGEEV */
 }
  
 void textmode (int mode)