Another rollup patch.
[super-star-trek.git] / src / ai.c
index 97d0b412e71efc56a985e55aca47614d9f1b2f2a..9d9da5db244a60cd4038cf2256c04fb791df2e41 100644 (file)
--- a/src/ai.c
+++ b/src/ai.c
@@ -231,7 +231,7 @@ static void movebaddy(coord com, int loccom, feature ienm)
        
     }
     if (idebug)
-       prout("");
+       skip(1);
     /* Put commander in place within same quadrant */
     game.quad[com.x][com.y] = IHDOT;
     game.quad[next.x][next.y] = ienm;