summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-14 14:02:49 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-14 14:02:49 (GMT)
commitef6c4e91ae85e4a47408f92d4cfab9d9668c651d (patch)
treec100bd2c0596077fc358daa7606590c709436b4f /src/game/GameView.h
parentcee845895356208dbfe87c602ae1eef35d55db6e (diff)
downloadpowder-ef6c4e91ae85e4a47408f92d4cfab9d9668c651d.zip
powder-ef6c4e91ae85e4a47408f92d4cfab9d9668c651d.tar.gz
Correct tooltip for save button
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index b392bd1..93eb779 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -46,6 +46,8 @@ private:
bool showDebug;
bool wallBrush;
int introText;
+ int buttonTipShow;
+ std::string buttonTip;
std::string introTextMessage;
int toolIndex;