aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init_fascin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init_fascin.cpp')
-rw-r--r--engines/gob/init_fascin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/init_fascin.cpp b/engines/gob/init_fascin.cpp
index 3f049e14db..f59106dbd2 100644
--- a/engines/gob/init_fascin.cpp
+++ b/engines/gob/init_fascin.cpp
@@ -41,8 +41,8 @@ Init_Fascination::~Init_Fascination() {
void Init_Fascination::updateConfig() {
// In Fascination, some empty texts are present and used to clean up the text area.
// Using _doSubtitles does the trick.
-// The first obvious example is in the hotel hall: 'Use ...' is displayed at the same
-// place than the character dialogs.
+// The first obvious example is in the hotel hall: 'Use ...' is displayed at the same
+// place than the character dialogs.
_vm->_global->_doSubtitles = true;
}