X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsst.c;h=8739ab8e52cc9db852fd4b47aae8e95d2cb51319;hb=0498b9784da3c7b012bd1b5d0f694d40c28d7466;hp=64dcd3d0c1b093a7f593173c558d0adf723d8f34;hpb=05845f1a048926f08b0df44ed8c729a8797a2d85;p=super-star-trek.git diff --git a/src/sst.c b/src/sst.c index 64dcd3d..8739ab8 100644 --- a/src/sst.c +++ b/src/sst.c @@ -451,8 +451,8 @@ static void makemoves(void) if (game.ididit) hitme = true; break; - case TORPEDO: // photons - photon(); + case TORPEDO: // photon torpedoes + torps(); if (game.ididit) hitme = true; break;