X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=planets.c;h=ecc3d600299f4c266f85fceef332764d49766f24;hb=cf91699c89b88f76dcf63c60624635184e8cb7eb;hp=aa2982554fb3a445605404c272bfe356b812540e;hpb=7d27c8befdb5de9a50ff4af88e764c8336bc1797;p=super-star-trek.git diff --git a/planets.c b/planets.c index aa29825..ecc3d60 100644 --- a/planets.c +++ b/planets.c @@ -79,7 +79,7 @@ void orbit(void) { newcnd(); if (consumeTime()) return; height = (1400.+7200.*Rand()); - prout("Sulu- \"Entered orbit at altitude %4.2f kilometers.\"", height); + prout("Sulu- \"Entered orbit at altitude %.2f kilometers.\"", height); inorbit = 1; return; } @@ -412,7 +412,7 @@ void deathray(void) { } prout("Spock- \"Captain, the 'Experimental Death Ray'"); prout(" is highly unpredictible. Considering the alternatives,"); - prout(" are you sure this is wise?\" "); + proutn(" are you sure this is wise?\" "); if (ja()==0) return; prout("Spock- \"Acknowledged.\""); skip(1);