X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fmoving.c;h=52c6b504664450bc6a7a14c8d2c501bffe2365be;hp=91c74c4a69eabf7f1d7181caa0658bd2c3a246a7;hb=2b37ecca0c3bb58ae15b492f536303776eda9d73;hpb=cd1ac5957730cc1646ba29e2252c35d213b3557a diff --git a/src/moving.c b/src/moving.c index 91c74c4..52c6b50 100644 --- a/src/moving.c +++ b/src/moving.c @@ -235,7 +235,7 @@ void dock(bool verbose) } game.condit = IHDOCKED; if (verbose) prout(_("Docked.")); - game.ididit=true; + game.ididit = true; if (game.energy < game.inenrg) game.energy = game.inenrg; game.shield = game.inshld; game.torps = game.intorps; @@ -711,7 +711,7 @@ void atover(bool igrab) } prout(_("SUCCEEDS!")); if (game.imine) { - game.imine = 0; + game.imine = false; proutn(_("The crystals mined were ")); if (Rand() <= 0.25) { prout(_("lost."));