summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-01 17:13:13 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-01 17:13:13 (GMT)
commitba55da77a9dd2ed4fd7ce87adb2fc6622d130238 (patch)
tree47df5e24377886ad55095694fa39d01529db7fe4 /src/game/GameController.cpp
parent618e29d5d487a2215628b5cf70ccc72462878201 (diff)
downloadpowder-ba55da77a9dd2ed4fd7ce87adb2fc6622d130238.zip
powder-ba55da77a9dd2ed4fd7ce87adb2fc6622d130238.tar.gz
!load command for old console
Diffstat (limited to 'src/game/GameController.cpp')
-rw-r--r--src/game/GameController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp
index 910673e..2c98f87 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -150,7 +150,7 @@ GameController::GameController():
gameView->AttachController(this);
gameModel->AddObserver(gameView);
- commandInterface = new LuaScriptInterface(gameModel);//new TPTScriptInterface();
+ commandInterface = new LuaScriptInterface(this, gameModel);//new TPTScriptInterface();
((LuaScriptInterface*)commandInterface)->SetWindow(gameView);
//sim = new Simulation();