Rewrite to get ride of FORTRANish galaxy and newstuff arrays. It's
[super-star-trek.git] / planets.c
index 1d1d1b882cfd37812980baf3a5a7879cd8e05c5b..057fb84dbd1cd3bdd0af04efb5c707e12dda6ef4 100644 (file)
--- a/planets.c
+++ b/planets.c
@@ -23,7 +23,7 @@ static int consumeTime(void)
     events();  /* Used to avoid if future[FSCMOVE] within time */
 //     future[FSNOVA] = asave;
     /*fails if game over, quadrant super-novas or we've moved to new quadrant*/
-    if (alldone || game.state.galaxy[quadx][quady] == SUPERNOVA_PLACE || justin != 0) return 1;
+    if (alldone || game.state.galaxy[quadx][quady].supernova || justin != 0) return 1;
     return 0;
 }
 
@@ -469,7 +469,7 @@ void deathray(void)
        skip(1);
        prout("Lt. Uhura-  \"Graaeek!  Graaeek!\"");
        skip(1);
-       prout("Spock-  \"Facinating!  . . . All humans aboard");
+       prout("Spock-  \"Fascinating!  . . . All humans aboard");
        prout("  have apparently been transformed into strange mutations.");
        prout("  Vulcans do not seem to be affected.");
        skip(1);