Still more application of coord type.
[super-star-trek.git] / src / ai.c
index e59657144774c73ba2ef8fdb48ee6c001d5e02b5..889aafe210d8e7556b1def774ccbfc567ece1a1e 100644 (file)
--- a/src/ai.c
+++ b/src/ai.c
@@ -208,7 +208,7 @@ static void movebaddy(coord com, int loccom, int ienm)
                /* See if we should ram ship */
                if (game.quad[lookx][looky] == game.ship &&
                    (ienm == IHC || ienm == IHS)) {
-                   ram(1, ienm, com);
+                   ram(true, ienm, com);
                    return;
                }
                if (krawlx != mx && my != 0) {