curses interface is now partly working.
[super-star-trek.git] / moving.c
index c48ded55789c8ccbd9c472482910857dc5f21d92..07eb148b3eecdbc0eb4c9af5925aac61ff736c82 100644 (file)
--- a/moving.c
+++ b/moving.c
@@ -2,7 +2,7 @@
 \r
 static void getcd(int, int);\r
 \r
-void move(void) {\r
+void imove(void) {\r
        double angle, deltax, deltay, bigger, x, y,\r
        finald, finalx, finaly, stopegy;\r
        int trbeam = 0, n, l, ix, iy, kink, kinks, iquad;\r
@@ -447,7 +447,7 @@ void impuls(void) {
                if (ja() == 0) return;\r
        }\r
        /* Activate impulse engines and pay the cost */\r
-       move();\r
+       imove();\r
        ididit = 1;\r
        if (alldone) return;\r
        power = 20.0 + 100.0*dist;\r
@@ -575,7 +575,7 @@ void warp(int i) {
                                \r
 \r
        /* Activate Warp Engines and pay the cost */\r
-       move();\r
+       imove();\r
        if (alldone) return;\r
        energy -= dist*warpfac*warpfac*warpfac*(shldup+1);\r
        if (energy <= 0) finish(FNRG);\r