X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=io.c;h=9e66eb63034f8ed8635b6acbe2a2ce774c20b7d2;hb=6e230d76cb937fb122a79fb32547a6938b4490b9;hp=8841b1aa33c86171bdc418485d8d19890038457b;hpb=c079542899cdebd703a1286103a3fce307617e90;p=super-star-trek.git diff --git a/io.c b/io.c index 8841b1a..9e66eb6 100644 --- a/io.c +++ b/io.c @@ -9,7 +9,6 @@ #include #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);