New debug-mode support.
[super-star-trek.git] / src / battle.c
index aa5f04a7a85bc405a2119304d81e6c15f82a5ba7..c0dac65b0c2f3b2cce110b5053f470fbe9e48021 100644 (file)
@@ -469,9 +469,7 @@ void attack(int torps_ok)
 
     game.iattak = 1;
     if (game.alldone) return;
-#ifdef DEBUG
-    if (game.idebug) prout("ATTACK!");
-#endif
+    if (idebug) prout("=== ATTACK!");
 
     if (game.ithere) movetho();