X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=moving.c;h=17f3a2282767a738921a6a98fb3b1cc1ee5dca68;hp=4f2af10ad9dd8cba777d127e3c1ce495b4310464;hb=7453bc4027cf9dcf29ebae79341070c3bfb30aed;hpb=2e65db78c58369f165c7d5c4edc849300a2d7f53 diff --git a/moving.c b/moving.c index 4f2af10..17f3a22 100644 --- a/moving.c +++ b/moving.c @@ -1,6 +1,6 @@ -#include "conio.h" -#include "sstlinux.h" #include +#include "sstlinux.h" +#include "conio.h" #include "sst.h" static void getcd(int, int); @@ -107,7 +107,7 @@ void imove(void) { quady = (iy+9)/10; sectx = ix - 10*(quadx-1); secty = iy - 10*(quady-1); - proutn("\n\rEntering %s.", + prout("\n\rEntering %s.", cramlc(quadrant, quadx, quady)); game.quad[sectx][secty] = ship; newqad(0); @@ -209,9 +209,7 @@ label100: } newcnd(); iattak = 0; -#ifdef SERGEEV drawmaps(0); -#endif /* SERGEEV */ return; }