X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=reports.c;h=6ce31c478cc8e043a70288900d5f09f2265b066b;hp=afed60a5aaaea88811f3dfbd2c5477a88dff3bf1;hb=359039abfddd65910747b48f5de6faedd496240e;hpb=e1d80424873d901a732bf81c3a7ecc564636375e diff --git a/reports.c b/reports.c index afed60a..6ce31c4 100644 --- a/reports.c +++ b/reports.c @@ -270,7 +270,7 @@ void srscan(int l) { printf("%2d ", i); for (j = 1; j <= 10; j++) { if (goodScan || (abs(i-sectx)<= 1 && abs(j-secty) <= 1)) - printf("%c ",quad[i][j]); + printf("%c ",frozen.quad[i][j]); else printf("- "); }