X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fmoving.c;h=f8965c2d05d2da94afaeb6407784ef23dedf1a7d;hb=c6e188702a62bb2395cd4b2b169b5988b0690961;hp=d21ab179461d4af2a79f0bf6c5c51b6a415e001d;hpb=e4ddd3649bf73ddd7a1e2bb32e7ce2e631293068;p=super-star-trek.git diff --git a/src/moving.c b/src/moving.c index d21ab17..f8965c2 100644 --- a/src/moving.c +++ b/src/moving.c @@ -325,7 +325,7 @@ static void getcd(bool isprobe, int akey) prout(_("(Manual navigation assumed.)")); else prout(_("(Manual movement assumed.)")); - navmode = automatic; + navmode = manual; break; } } @@ -1139,8 +1139,8 @@ void abandon(void) prout(_("Remainder of ship's complement beam down")); prout(_("to nearest habitable planet.")); } else if (q->planet != NOPLANET && !damaged(DTRANSP)) { - prout(_("Remainder of ship's complement beam down")); - prout(_("to %s."), systnames[q->planet]); + prout(_("Remainder of ship's complement beam down to %s."), + systnames[q->planet]); } else { prout(_("Entire crew of %d left to die in outer space."), game.state.crew);