X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fmoving.c;fp=src%2Fmoving.c;h=2ee44367afd1417e41fb897ebb11a060f446814e;hp=0be93c716f393bdfa916355c052a00ca91117f9f;hb=cbb2d987e8c23c6c25bd441fdef5401d5a89289e;hpb=a76d5b483a4f07459b71f9cce46c93c3f7ed8f96 diff --git a/src/moving.c b/src/moving.c index 0be93c7..2ee4436 100644 --- a/src/moving.c +++ b/src/moving.c @@ -200,7 +200,7 @@ no_quad_change: game.kavgd[m] = 0.5 * (finald+game.kdist[m]); game.kdist[m] = finald; } - sortkl(); + sortklings(); if (!game.state.galaxy[game.quadrant.x][game.quadrant.y].supernova) attack(false); for_local_enemies(m) game.kavgd[m] = game.kdist[m]; @@ -242,7 +242,7 @@ void dock(bool verbose) (is_scheduled(FCDBAS) || game.isatb == 1) && !game.iseenit) { /* get attack report from base */ prout(_("Lt. Uhura- \"Captain, an important message from the starbase:\"")); - attakreport(false); + attackreport(false); game.iseenit = true; } } @@ -438,7 +438,7 @@ static void getcd(bool isprobe, int akey) -void impuls(void) +void impulse(void) /* move under impulse power */ { double power; @@ -646,7 +646,7 @@ void warp(bool timewarp) -void setwrp(void) +void setwarp(void) /* change the warp factor */ { int key; @@ -1086,7 +1086,7 @@ void mayday(void) ** */ -void abandn(void) +void abandon(void) /* abandon ship */ { int nb, l;