X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=planets.c;h=eed32104fea1cccc1cdbe509124fdc1e3a809730;hb=93ede5b2bb8928b8aa17e750f48e6c5e59b81ab1;hp=8551c8e9534847a94402c77a053ff68691e1867e;hpb=222e7873f49cb4b28e872552e8cdc1a8a3e2a605;p=super-star-trek.git diff --git a/planets.c b/planets.c index 8551c8e..eed3210 100644 --- a/planets.c +++ b/planets.c @@ -320,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;