aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/main_game_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/main_game_window.cpp')
-rw-r--r--engines/titanic/main_game_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/main_game_window.cpp b/engines/titanic/main_game_window.cpp
index 9fdeac327f..f3753b15c1 100644
--- a/engines/titanic/main_game_window.cpp
+++ b/engines/titanic/main_game_window.cpp
@@ -195,7 +195,7 @@ void CMainGameWindow::drawView() {
}
void CMainGameWindow::drawViewContents(CScreenManager *screenManager) {
- // Get a reference to the reference, validating that it's present
+ // Get a reference to the room, validating that it's present
if (!screenManager)
return;
CViewItem *view = _gameManager->getView();