X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=planets.c;h=eed32104fea1cccc1cdbe509124fdc1e3a809730;hb=93ede5b2bb8928b8aa17e750f48e6c5e59b81ab1;hp=a45879f05c8adf225ea236fec6150810117b8eb2;hpb=2a0411c349010501abd2f907b8965a8ca9b4e80c;p=super-star-trek.git diff --git a/planets.c b/planets.c index a45879f..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; @@ -412,7 +410,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);