X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fplanets.c;h=5f31e5de8dcb809b865d47bf1d19fa7c8b4d6338;hp=215a50c49e549388b46eb819704cb58ac1341d94;hb=321425c10831f63599c41c31e9d42bc4ec8001d0;hpb=2e04509ec9be1e3ad2a1f8a7e84552d6896f89ab diff --git a/src/planets.c b/src/planets.c index 215a50c..5f31e5d 100644 --- a/src/planets.c +++ b/src/planets.c @@ -12,7 +12,7 @@ static bool consumeTime(void) return false; } -void preport(void) +void survey(void) /* report on (uninhabited) planets in the galaxy */ { bool iknow = false; @@ -499,8 +499,8 @@ void deathray(void) proutn(_("Spock- \"I believe the word is")); prouts(_(" *ASTONISHING*")); prout(_(" Mr. Sulu.")); - for_sectors(i) - for_sectors(j) + for (i = 1; i <= QUADSIZE; i++) + for (j = 1; j <= QUADSIZE; j++) if (game.quad[i][j] == IHDOT) game.quad[i][j] = IHQUEST; prout(_(" Captain, our quadrant is now infested with"));