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