X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Freports.c;h=f273cffcccd7c086656adde556da8bf090cc560e;hb=9aef5f5aae5fde0ed2b462945750c7aee59b3c1e;hp=93a525d8abc0bbb1d706b6bb7fc051955e2965eb;hpb=9ae916e9144e84ef1de4a86ea73a45a2bc4cc1be;p=super-star-trek.git diff --git a/src/reports.c b/src/reports.c index 93a525d..f273cff 100644 --- a/src/reports.c +++ b/src/reports.c @@ -350,7 +350,7 @@ void status(int req) RQ(10, if (game.options & OPTION_WORLDS) { int plnet = game.state.galaxy[game.quadrant.x][game.quadrant.y].planet; - if (plnet != NOPLANET && game.state.plnets[plnet].inhabited != UNINHABITED) + if (plnet != NOPLANET && game.state.planets[plnet].inhabited != UNINHABITED) prstat(_("Major system"), "%s", systnames[plnet]); else prout(_("Sector is uninhabited"));