More magic-number chasing, and the "Bases left" report.
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index 4ebc05d02c40778817a5c921917b1caaa0f8a679..e67073b46fe0565764cdcfadd8c6ef3e5a3f2dea 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -70,6 +70,9 @@ typedef struct {
 /* for newstuff */
 #define ROMULAN_PLACE  10
 
+/* for starch */
+#define CHART_UNKNOWN  -1
+
 // Scalar variables that are needed for freezing the game
 // are placed in a structure. #defines are used to access by their
 // original names. Gee, I could have done this with the d structure,