Improve test coverage.
[open-adventure.git] / advent.h
index b642fbf6dccf26441cfd053d2ae91060f495f800..ce39df18f617129f0f0c8a036e1ac386f416a3a6 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -63,6 +63,7 @@ struct game_t {
     long turns;
     bool wzdark;       /* whether the loc he's leaving was dark */
     long zzword;
+    bool blooded;      /* has player drunk of dragon's blood? */
     long abbrev[LOCSIZ + 1];
     long atloc[LOCSIZ + 1];
     long dseen[NDWARVES + 1];