summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-09-06 12:23:25 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-06 12:23:25 +0200
commit79115ccbe604db26b47ab1d21f88ff751f487716 (patch)
tree9dd1451bc5431599b0e063ce64bb9ee4568ca933 /crawl-ref/source/state.h
parentddf65d876d24150ca38a9aec9b66282b06615add (diff)
parenta087ed692319114f86589f392593ae50d704d48d (diff)
downloadcrawl-ref-79115ccbe604db26b47ab1d21f88ff751f487716.tar.gz
crawl-ref-79115ccbe604db26b47ab1d21f88ff751f487716.zip
Merge branch 'save-package'
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index 42dc4d9a68..406b398978 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -100,6 +100,9 @@ struct game_state
// Any changes to macros that need to be changed?
bool unsaved_macros;
+ // Version of the last character save.
+ int minorVersion;
+
protected:
void reset_cmd_repeat();
void reset_cmd_again();