X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fai.c;h=889aafe210d8e7556b1def774ccbfc567ece1a1e;hp=e59657144774c73ba2ef8fdb48ee6c001d5e02b5;hb=3fad5b50fc2950c556a55e39a78e7129353af0b1;hpb=6332f1c7917206e23f408ebb505c483416b84e5b diff --git a/src/ai.c b/src/ai.c index e596571..889aafe 100644 --- 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) {