Remove CRs.
[super-star-trek.git] / moving.c
index 4f2af10ad9dd8cba777d127e3c1ce495b4310464..17f3a2282767a738921a6a98fb3b1cc1ee5dca68 100644 (file)
--- a/moving.c
+++ b/moving.c
@@ -1,6 +1,6 @@
-#include "conio.h"
-#include "sstlinux.h"
 #include <unistd.h>
+#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;
 }