summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-12-18 04:49:46 (GMT)
committer jacob1 <jfu614@gmail.com>2012-12-18 04:49:46 (GMT)
commitdbe78c342ddef9f43ecd301c14764acb376829d8 (patch)
tree218204f3b3d9a335c4b52285fd4da0dadfc73c2f /src/game/GameView.cpp
parentb5de23433d6da22552a7927b5f70d2555af3ad38 (diff)
downloadpowder-dbe78c342ddef9f43ecd301c14764acb376829d8.zip
powder-dbe78c342ddef9f43ecd301c14764acb376829d8.tar.gz
initialize variables in air.cpp and simulation.cpp
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index 4caad24..f8d8cd3 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -168,6 +168,7 @@ GameView::GameView():
toolTip(""),
infoTip(""),
infoTipPresence(0),
+ buttonTipShow(0),
toolTipPosition(-1, -1),
shiftBehaviour(false),
ctrlBehaviour(false),