aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/detection.cpp')
-rw-r--r--engines/agos/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index 6ef84dd6ad..07365c1b03 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -107,7 +107,7 @@ public:
return "AGOS";
}
- virtual const char *getCopyright() const {
+ virtual const char *getOriginalCopyright() const {
return "AGOS (C) Adventure Soft";
}