X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=reports.c;h=852094f53429469d23d79fc580cb8cb9256213db;hb=5fd1629b862b1a1bba3f70d4d06ba0b0859ec0e6;hp=6486d9db73f666ded87be3720ae781e2549912ec;hpb=c1bda490aef42a6b3d0e8d97a20fb58236d02ee7;p=super-star-trek.git diff --git a/reports.c b/reports.c index 6486d9d..852094f 100644 --- a/reports.c +++ b/reports.c @@ -2,10 +2,9 @@ #include #include #include -#ifdef SERGEEV -#include +#include "conio.h" #include "sstlinux.h" -#else +#ifndef SERGEEV #define c_printf proutn #endif /* SERGEEV */ @@ -281,7 +280,6 @@ int srscan(int l) { for (j = 1; j <= 10; j++) { if (goodScan || (abs(i-sectx)<= 1 && abs(j-secty) <= 1)){ if ((game.quad[i][j]==IHMATER0)||(game.quad[i][j]==IHMATER1)||(game.quad[i][j]==IHMATER2)||(game.quad[i][j]==IHE)||(game.quad[i][j]==IHF)){ -#ifdef SERGEEV switch (condit) { case IHRED: textcolor(RED); break; case IHGREEN: textcolor(GREEN); break; @@ -289,6 +287,7 @@ int srscan(int l) { case IHDOCKED: textcolor(LIGHTGRAY); break; case IHDEAD: textcolor(WHITE); } +#ifdef SERGEEV if (game.quad[i][j]!=ship) highvideo(); #endif /* SERGEEV */ } @@ -296,9 +295,7 @@ int srscan(int l) { if (game.quad[i][j] & 128) highvideo(); #endif /* SERGEEV */ c_printf("%c ",game.quad[i][j] & 127); -#ifdef SERGEEV textcolor(LIGHTGRAY); -#endif /* SERGEEV */ } else proutn("- ");