X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=planets.c;h=eed32104fea1cccc1cdbe509124fdc1e3a809730;hp=8551c8e9534847a94402c77a053ff68691e1867e;hb=6ce608e874cf60dffe59fdbdedfb74e13f78382c;hpb=a7bad7c3991a4e128c1413f785960d84e1ff87b5 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;