Follow through on a command name change.
[super-star-trek.git] / src / battle.c
index 78baae9eab970dbf4a127991fbf873c154c63937..223a981b094037ef038a5584f44999b1b7f12f73 100644 (file)
@@ -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;