Get rid of obnoxious iattak global.
[super-star-trek.git] / src / events.c
index 3fc27e61b67d9701c95cf80b8f98c16d14ff4650..b4d465888957c1a71c68c0db4394e7d92b19ad84 100644 (file)
@@ -784,8 +784,7 @@ void nova(coord nov)
     game.optime = 10.0*game.dist/16.0;
     skip(1);
     prout(_("Force of nova displaces starship."));
-    game.iattak=2;     /* Eliminates recursion problem */
-    imove();
+    imove(true);
     game.optime = 10.0*game.dist/16.0;
     return;
 }