X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fmoving.c;h=f8965c2d05d2da94afaeb6407784ef23dedf1a7d;hp=0c44b9941801cac099b553c3fd5d5d969e32c8e4;hb=3e238aa49df1209b441034e2921fcc69dd331234;hpb=e0d8a5aa37a1633fb317eccfeada8d000c3c935b diff --git a/src/moving.c b/src/moving.c index 0c44b99..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; } }