X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fbattle.c;h=223a981b094037ef038a5584f44999b1b7f12f73;hb=a5d674eeaa338b2585222a9f405c7cb5d2f7fbe0;hp=78baae9eab970dbf4a127991fbf873c154c63937;hpb=3e238aa49df1209b441034e2921fcc69dd331234;p=super-star-trek.git diff --git a/src/battle.c b/src/battle.c index 78baae9..223a981 100644 --- a/src/battle.c +++ b/src/battle.c @@ -839,8 +839,8 @@ static bool targetcheck(double x, double y, double *course) return false; } -void photon(void) -/* launch photon torpedo */ +void torps(void) +/* launch photon torpedo salvo */ { double targ[4][3], course[4]; double r, dummy;