summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameController.cpp')
-rw-r--r--src/game/GameController.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp
index c652298..7f6addd 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -79,8 +79,8 @@ GameController::GameController():
gameView->AttachController(this);
gameModel->AddObserver(gameView);
- commandInterface = new TPTScriptInterface();
- commandInterface->AttachGameModel(gameModel);
+ commandInterface = new LuaScriptInterface(gameModel);//new TPTScriptInterface();
+ //commandInterface->AttachGameModel(gameModel);
//sim = new Simulation();
}