summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-03 14:29:18 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-03 14:29:18 (GMT)
commit36b2aa01918344d91df30c4a6722ac39eaca0642 (patch)
tree4833adffc9aa2db54f00e9c162b65eb9117a600f /src/game/GameController.cpp
parent80dfc96c7c30f9bc22cc802b876c79f4205d0cbd (diff)
downloadpowder-36b2aa01918344d91df30c4a6722ac39eaca0642.zip
powder-36b2aa01918344d91df30c4a6722ac39eaca0642.tar.gz
QuickOptions!! #46
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 5cf7654..c992120 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -74,6 +74,7 @@ public:
OptionsCallback(GameController * cc_) { cc = cc_; }
virtual void ControllerExit()
{
+ cc->gameModel->UpdateQuickOptions();
//cc->gameModel->SetUser(cc->loginWindow->GetUser());
}
};