X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fsetup.c;h=e4ee63def95f31f8d1baa964333c5b441adb237c;hb=c4d3d7faa3e4fe1acd11997d0a600b0e2ca93107;hp=06ff22ac3f8e7271cc1263e8c5ca3d1bb5734c1f;hpb=306138d89502f08f1d3849fdfeb3cb2b6437e54d;p=super-star-trek.git diff --git a/src/setup.c b/src/setup.c index 06ff22a..e4ee63d 100644 --- a/src/setup.c +++ b/src/setup.c @@ -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)