summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 83afba3a23..0f74a1a22b 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -681,6 +681,10 @@ public:
int old_hunger; // used for hunger delta-meter (see output.cc)
+ // Hard-coded to store and restore the inscription of any altar
+ // you 'E'voke. Got to do this better sometime.
+ std::string last_altar_inscription;
+
// Warning: these two are quite different.
//
// The spell table is an index to a specific spell slot (you.spells).