diff options
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r-- | saga/saga.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp index 4695016518..4e18c25708 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -115,7 +115,8 @@ namespace Saga { SagaEngine *_vm = NULL; SagaEngine::SagaEngine(GameDetector *detector, OSystem *syst) - : Engine(syst) { + : Engine(syst), + _targetName(detector->_targetName) { _leftMouseButtonPressed = _rightMouseButtonPressed = false; |