Cleanup as part of Sergeev merge.
[super-star-trek.git] / planets.c
index aa2982554fb3a445605404c272bfe356b812540e..8551c8e9534847a94402c77a053ff68691e1867e 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
@@ -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