summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-06-29 08:36:36 +0000
committerRaphael Langella <raphael.langella@gmail.com>2011-07-04 23:58:53 +0200
commitdbd756eb9cdde538881a8c36049cfe5ce10f5508 (patch)
tree5e4022a9e22b53fb1b2ba1ad511093ede60d8c3e /crawl-ref/source/skills2.h
parent65f6a8d36387f7462d54d7d44ef939818525ce40 (diff)
downloadcrawl-ref-dbd756eb9cdde538881a8c36049cfe5ce10f5508.tar.gz
crawl-ref-dbd756eb9cdde538881a8c36049cfe5ce10f5508.zip
Some simplification.
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index eac7e0f7d1..1bf624bb40 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -190,6 +190,7 @@ private:
int m_current_help;
coord_def m_min_coord;
coord_def m_max_coord;
+ coord_def m_pos;
bool m_crosstrain;
bool m_antitrain;