X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fmoving.c;h=b68c78be3f8ee291f75ce496a76a6cae44a185b3;hp=44a4945040bf8c006f255cf84b19f1188964a2be;hb=2e04509ec9be1e3ad2a1f8a7e84552d6896f89ab;hpb=9ae916e9144e84ef1de4a86ea73a45a2bc4cc1be diff --git a/src/moving.c b/src/moving.c index 44a4945..b68c78b 100644 --- a/src/moving.c +++ b/src/moving.c @@ -823,7 +823,7 @@ void timwrp() when on planet, which would give us two Galileos! */ gotit = false; for (l = 0; l < game.inplan; l++) { - if (game.state.plnets[l].known == shuttle_down) { + if (game.state.planets[l].known == shuttle_down) { gotit = true; if (game.iscraft == onship && game.ship==IHE) { prout(_("Checkov- \"Security reports the Galileo has disappeared, Sir!"));