Clean up the rather nasty logoc of snova(), and fix a minor navigation bug.
[super-star-trek.git] / src / sst.h
index 7f66a3e831dcdf44dfa3e0172eabdf287087bf95..a1b8b5e00386dbc4b5fb48e0f29f52b23d97adcb 100644 (file)
--- a/src/sst.h
+++ b/src/sst.h
@@ -388,8 +388,8 @@ void movcom(void);
 void torpedo(double, double, int, int, double *, int, int);
 void huh(void);
 void pause_game(int);
-void nova(int, int);
-void snova(int, int);
+void nova(coord);
+void snova(bool, coord *);
 void scom(bool *);
 void hittem(double *);
 void prouts(char *, ...);