aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/hugo.cpp')
-rw-r--r--engines/hugo/hugo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp
index 45bd520167..b01ec2ee28 100644
--- a/engines/hugo/hugo.cpp
+++ b/engines/hugo/hugo.cpp
@@ -1286,7 +1286,7 @@ void HugoEngine::endGame() {
if (!_boot.registered)
Utils::Box(kBoxAny, "%s", _textEngine[kEsAdvertise]);
- Utils::Box(kBoxAny, "%s\n%s", _episode, COPYRIGHT);
+ Utils::Box(kBoxAny, "%s\n%s", _episode, getCopyrightString());
_status.viewState = kViewExit;
}