More switch reformatting.
[open-adventure.git] / main.h
diff --git a/main.h b/main.h
index 0e4feb091ced7d4f4981abbb9f23f24756886a0a..fd51876a2183f4e62bab1a79d2a585ca86a12927 100644 (file)
--- a/main.h
+++ b/main.h
@@ -39,9 +39,20 @@ struct game_t        {
     long oldobj;
     long panic;
     long saved;
+    long setup;
+    long spk;
+    long tally;
+    long thresh;
+    long trndex;
+    long trnluz;
+    long turns;
     /* more state will go here */
     long wzdark;
+    long zzword;
     /* more state will go here */
+    long clshint;
     long novice;
+    /* more state will go here */
+    long dseen[7];
 };
 extern struct game_t game;