More type cleanup and explanatory comments.
[super-star-trek.git] / src / moving.c
index 91c74c4a69eabf7f1d7181caa0658bd2c3a246a7..222f86fea524ea19c05318b98685fbbe54583d67 100644 (file)
@@ -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."));