diff options
| author | jacob1 <jfu614@gmail.com> | 2013-01-14 18:11:01 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-01-14 18:11:01 (GMT) |
| commit | e515512d88eab18794cf490ad55d4050a8d9f403 (patch) | |
| tree | f501b97270b037260a6b6670deb88df4e39c10dd /src/game/GameView.h | |
| parent | 73fdfd411ce2a8470cf854e48237d609d0ad3bb6 (diff) | |
| download | powder-e515512d88eab18794cf490ad55d4050a8d9f403.zip powder-e515512d88eab18794cf490ad55d4050a8d9f403.tar.gz | |
deco menu needs to be clicked to enter, press 'b' to get out of deco editor too
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index 7474da0..ff688d9 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -56,6 +56,7 @@ private: std::string introTextMessage; int toolIndex; int currentSaveType; + Menu * lastMenu; int infoTipPresence; std::string toolTip; |
