Clean up some boolean arguments.
[super-star-trek.git] / src / setup.c
index 06ff22ac3f8e7271cc1263e8c5ca3d1bb5734c1f..e4ee63def95f31f8d1baa964333c5b441adb237c 100644 (file)
@@ -407,7 +407,7 @@ void setup(bool needprompt)
     waitfor();
     newqad(false);
     if (game.nenhere-iqhere-game.ithere) game.shldup = true;
-    if (game.neutz) attack(0); // bad luck to start in a Romulan Neutral Zone
+    if (game.neutz) attack(false);     // bad luck to start in a Romulan Neutral Zone
 }
 
 bool choose(bool needprompt)