Fixes the bug that was directing help lookups incorrectly.
[super-star-trek.git] / src / moving.c
index 24b6bb08a746bb29897a5e705c2d6f48710d3684..37ccb3ddc0104140303074e551e1596bbe899c52 100644 (file)
@@ -898,7 +898,7 @@ void probe(void)
     return;
 }
 
-void help(void) 
+void mayday(void) 
 {
     /* There's more than one way to move in this game! */
     double ddist, xdist, probf;