Make inhabited worlds display as '@'. Document this.
[super-star-trek.git] / src / sst.h
index 7e7d1d30dd0e9067e334a7df1f9f255c9a4de56b..06832359e2406fe3aa6042b8f9766043e08466ce 100644 (file)
--- a/src/sst.h
+++ b/src/sst.h
@@ -285,6 +285,7 @@ enum loctype {neither, quadrant, sector};
 #define IHS 'S'
 #define IHSTAR '*'
 #define IHP 'P'
+#define IHW '@'
 #define IHB 'B'
 #define IHBLANK ' '
 #define IHDOT '.'
@@ -326,7 +327,7 @@ void setwrp(void);
 void events(void);
 void report(void);
 void eta(void);
-void help(void);
+void mayday(void);
 void abandn(void);
 void finish(FINTYPE);
 void dstrct(void);