Don't use a compiler trick to initialize the conio library, because
[super-star-trek.git] / io.c
diff --git a/io.c b/io.c
index e9cc3d7c102c77aa17f151ede5d81b33dbed86ce..9e66eb63034f8ed8635b6acbe2a2ce774c20b7d2 100644 (file)
--- a/io.c
+++ b/io.c
@@ -53,6 +53,7 @@ static void fastexit(int sig) {
 
 void iostart(int usecurses) {
 #ifdef SERGEEV
+       initconio();
         textattr(7);
         clrscr();
         setwnd(FULLSCREEN_WINDOW);