X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=planets.c;h=057fb84dbd1cd3bdd0af04efb5c707e12dda6ef4;hp=1d1d1b882cfd37812980baf3a5a7879cd8e05c5b;hb=e536fe754b3a9be00dcaee8f6ec50ea2d8c7a184;hpb=29e44720be26859f91e028a538336493368756b3 diff --git a/planets.c b/planets.c index 1d1d1b8..057fb84 100644 --- 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);