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 8841b1aa33c86171bdc418485d8d19890038457b..9e66eb63034f8ed8635b6acbe2a2ce774c20b7d2 100644 (file)
--- a/io.c
+++ b/io.c
@@ -9,7 +9,6 @@
 #include <time.h>
 
 #include "conio.h"
-#include "sstlinux.h"
 #include "sst.h"
 
 #ifndef SERGEEV
@@ -54,6 +53,7 @@ static void fastexit(int sig) {
 
 void iostart(int usecurses) {
 #ifdef SERGEEV
+       initconio();
         textattr(7);
         clrscr();
         setwnd(FULLSCREEN_WINDOW);