X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=io.c;h=e9cc3d7c102c77aa17f151ede5d81b33dbed86ce;hb=226428aac31ae604029f55c3c2fb7fff59e10009;hp=07bc1504a8b599f15968eebff8cc49c4c08e7f69;hpb=458c7ff54123a67012af3d60d1c83e7a43b8eb74;p=super-star-trek.git diff --git a/io.c b/io.c index 07bc150..e9cc3d7 100644 --- a/io.c +++ b/io.c @@ -9,7 +9,6 @@ #include #include "conio.h" -#include "sstlinux.h" #include "sst.h" #ifndef SERGEEV @@ -350,11 +349,11 @@ void drawmaps(short l) { if (l!=2) setwnd(LEFTUPPER_WINDOW); gotoxy(1,1); enqueue("s"); - srscan(1); + srscan(SCAN_FULL); if (l!=2){ setwnd(SRSCAN_WINDOW); clrscr(); - srscan(2); + srscan(SCAN_NO_LEFTSIDE); setwnd(LRSCAN_WINDOW); clrscr(); enqueue("l");