summaryrefslogtreecommitdiff
path: root/src/gui/game/GameView.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-31 23:53:32 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-31 23:53:32 (GMT)
commitb16524292e2d8c640e0e4e0801d5cb4e512e4707 (patch)
treec9b6dd2f0c6c253b8f879465ea7e9c4fe9c3d5a0 /src/gui/game/GameView.h
parent80380bbaa39735e08d42f599bcb3968b5a1a1cd4 (diff)
downloadpowder-b16524292e2d8c640e0e4e0801d5cb4e512e4707.zip
powder-b16524292e2d8c640e0e4e0801d5cb4e512e4707.tar.gz
fix bug where you had to start using a tool before setting it's strength
Diffstat (limited to 'src/gui/game/GameView.h')
-rw-r--r--src/gui/game/GameView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/game/GameView.h b/src/gui/game/GameView.h
index 08709df..a347297 100644
--- a/src/gui/game/GameView.h
+++ b/src/gui/game/GameView.h
@@ -50,6 +50,7 @@ private:
bool showHud;
bool showDebug;
bool wallBrush;
+ bool toolBrush;
int introText;
std::string introTextMessage;
int toolIndex;