X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.h;h=e67073b46fe0565764cdcfadd8c6ef3e5a3f2dea;hp=4ebc05d02c40778817a5c921917b1caaa0f8a679;hb=0e15d77aa2e0088f1bd917f2f27d170851dbeb56;hpb=760ecf730c119682b414153a629ec2adc224434f diff --git a/sst.h b/sst.h index 4ebc05d..e67073b 100644 --- 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,