summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-10-04 03:44:59 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-10-05 15:32:50 (GMT)
commita9619fad333f9326d7a70ac5d06032189849dc40 (patch)
tree8d30cc1885ad17f09d18d18e072b63a60b435742 /src/game/GameController.cpp
parent72b00ca5e142569d6911c1c009e3cce4d89c2627 (diff)
downloadpowder-a9619fad333f9326d7a70ac5d06032189849dc40.zip
powder-a9619fad333f9326d7a70ac5d06032189849dc40.tar.gz
Console Show quickoption
(best way I could think of)
Diffstat (limited to 'src/game/GameController.cpp')
-rw-r--r--src/game/GameController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp
index 1928a0b..99315b0 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -146,6 +146,7 @@ GameController::GameController():
{
gameView = new GameView();
gameModel = new GameModel();
+ gameModel->BuildQuickOptionMenu(this);
gameView->AttachController(this);
gameModel->AddObserver(gameView);