X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.c;h=ed1fa124d16c4ca8ab83ebd30bac292ff938a865;hp=00e384e0520f2b4f6af7f3e6a7d8624c43e0bb60;hb=c4d3d7faa3e4fe1acd11997d0a600b0e2ca93107;hpb=306138d89502f08f1d3849fdfeb3cb2b6437e54d diff --git a/src/sst.c b/src/sst.c index 00e384e..ed1fa12 100644 --- a/src/sst.c +++ b/src/sst.c @@ -469,8 +469,8 @@ static void makemoves(void) } break; case DOCK: // dock - dock(1); - if (game.ididit) attack(0); + dock(true); + if (game.ididit) attack(false); break; case DAMAGES: // damages dreprt(); @@ -586,7 +586,7 @@ static void makemoves(void) continue; } if (hitme && !game.justin) { - attack(2); + attack(true); if (game.alldone) break; if (game.state.galaxy[game.quadrant.x][game.quadrant.y].supernova) { // went NOVA! atover(false);