X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.c;h=8739ab8e52cc9db852fd4b47aae8e95d2cb51319;hp=64dcd3d0c1b093a7f593173c558d0adf723d8f34;hb=6e10945fffe610c696959c102ca4ee0344e50df4;hpb=5536be658937986dcf78b0d076716923ccb11f61 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;