More merging of SERGEEV changes.
[super-star-trek.git] / planets.c
index aa2982554fb3a445605404c272bfe356b812540e..eed32104fea1cccc1cdbe509124fdc1e3a809730 100644 (file)
--- a/planets.c
+++ b/planets.c
@@ -56,8 +56,6 @@ void preport(void) {
 }\r
 \r
 void orbit(void) {\r
-       double asave;\r
-\r
        skip(1);\r
        chew();\r
        ididit=0;\r
@@ -79,7 +77,7 @@ void orbit(void) {
        newcnd();\r
        if (consumeTime()) return;\r
        height = (1400.+7200.*Rand());\r
-       prout("Sulu-  \"Entered orbit at altitude %4.2f kilometers.\"", height);\r
+       prout("Sulu-  \"Entered orbit at altitude %.2f kilometers.\"", height);\r
        inorbit = 1;\r
        return;\r
 }\r
@@ -322,7 +320,7 @@ void shuttle(void) {
                proutn("  a maneuver would require approximately 2d%% of our",\r
                      (int)(100*Time/game.state.remtime));\r
                prout("remaining time.");\r
-               prout("Are you sure this is wise?\" ");\r
+               proutn("Are you sure this is wise?\" ");\r
                if (ja()==0) {\r
                        Time = 0.0;\r
                        return;\r
@@ -412,7 +410,7 @@ void deathray(void) {
        }\r
        prout("Spock-  \"Captain, the 'Experimental Death Ray'");\r
        prout("  is highly unpredictible.  Considering the alternatives,");\r
-       prout("  are you sure this is wise?\" ");\r
+       proutn("  are you sure this is wise?\" ");\r
        if (ja()==0) return;\r
        prout("Spock-  \"Acknowledged.\"");\r
        skip(1);\r