diff options
-rw-r--r-- | engines/titanic/main_game_window.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/titanic/main_game_window.cpp b/engines/titanic/main_game_window.cpp index 429991dab7..a6a5dcabf5 100644 --- a/engines/titanic/main_game_window.cpp +++ b/engines/titanic/main_game_window.cpp @@ -55,8 +55,10 @@ void CMainGameWindow::applicationStarting() { // Set the video mode CScreenManager *screenManager = CScreenManager::setCurrent(); screenManager->setMode(640, 480, 16, 1, true); + _inputAllowed = true; + + // TODO: Remove initial background and palette - // TODO: Clear surfaces // Create game view and manager _gameView = new CSTGameView(this); |