aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file_v2w.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/file_v2w.cpp')
-rw-r--r--engines/hugo/file_v2w.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hugo/file_v2w.cpp b/engines/hugo/file_v2w.cpp
index 5691345757..b917d81bd5 100644
--- a/engines/hugo/file_v2w.cpp
+++ b/engines/hugo/file_v2w.cpp
@@ -44,9 +44,9 @@ FileManager_v2w::~FileManager_v2w() {
}
/**
-* Display a Windows help file
-* Same comment than in SCI: maybe in the future we can implement this, but for now this message should suffice
-*/
+ * Display a Windows help file
+ * Same comment than in SCI: maybe in the future we can implement this, but for now this message should suffice
+ */
void FileManager_v2w::instructions() const {
Utils::Box(kBoxAny, "Please use an external viewer to open the game's help file: HUGOWIN%d.HLP", _vm->_gameVariant + 1);
}