X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=planets.c;h=eed32104fea1cccc1cdbe509124fdc1e3a809730;hb=93ede5b2bb8928b8aa17e750f48e6c5e59b81ab1;hp=ecc3d600299f4c266f85fceef332764d49766f24;hpb=cf91699c89b88f76dcf63c60624635184e8cb7eb;p=super-star-trek.git diff --git a/planets.c b/planets.c index ecc3d60..eed3210 100644 --- a/planets.c +++ b/planets.c @@ -56,8 +56,6 @@ void preport(void) { } void orbit(void) { - double asave; - skip(1); chew(); ididit=0; @@ -322,7 +320,7 @@ void shuttle(void) { proutn(" a maneuver would require approximately 2d%% of our", (int)(100*Time/game.state.remtime)); prout("remaining time."); - prout("Are you sure this is wise?\" "); + proutn("Are you sure this is wise?\" "); if (ja()==0) { Time = 0.0; return;