aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/detection.cpp
diff options
context:
space:
mode:
authorStrangerke2013-02-15 21:34:08 +0100
committerStrangerke2013-02-15 21:35:03 +0100
commitbda951c5e2785cba6289123327c0cda9ab3f82a7 (patch)
treed289fcb3b248789c3139e6eb46dbc882cea21a89 /engines/hopkins/detection.cpp
parent53beb9a26ca737873e01acfa820ef683e6f1e3e8 (diff)
downloadscummvm-rg350-bda951c5e2785cba6289123327c0cda9ab3f82a7.tar.gz
scummvm-rg350-bda951c5e2785cba6289123327c0cda9ab3f82a7.tar.bz2
scummvm-rg350-bda951c5e2785cba6289123327c0cda9ab3f82a7.zip
HOPKINS: Fix 2 comments of LordHoto
Diffstat (limited to 'engines/hopkins/detection.cpp')
-rw-r--r--engines/hopkins/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/detection.cpp b/engines/hopkins/detection.cpp
index 2e122a17a2..7711a053b5 100644
--- a/engines/hopkins/detection.cpp
+++ b/engines/hopkins/detection.cpp
@@ -83,7 +83,7 @@ public:
}
virtual const char *getOriginalCopyright() const {
- return "Hopkins Engine (C) ???";
+ return "Hopkins FBI (c)1997-2003 MP Entertainment";
}
virtual bool hasFeature(MetaEngineFeature f) const;