aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/detection.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-03 22:45:52 -0500
committerPaul Gilbert2014-02-03 22:45:52 -0500
commit0c1a0a28c21fba8c165919b9565c2148026217db (patch)
tree5ca2fe4a060500709b7245c8cff719a38de233fb /engines/voyeur/detection.cpp
parentd3f4156e6a7c4aac33224bbfc8e0f859401b51ed (diff)
downloadscummvm-rg350-0c1a0a28c21fba8c165919b9565c2148026217db.tar.gz
scummvm-rg350-0c1a0a28c21fba8c165919b9565c2148026217db.tar.bz2
scummvm-rg350-0c1a0a28c21fba8c165919b9565c2148026217db.zip
VOYEUR: Re-enabled and completed implementing title sequence
Diffstat (limited to 'engines/voyeur/detection.cpp')
-rw-r--r--engines/voyeur/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/detection.cpp b/engines/voyeur/detection.cpp
index 10f96042e0..9a942b691a 100644
--- a/engines/voyeur/detection.cpp
+++ b/engines/voyeur/detection.cpp
@@ -76,7 +76,7 @@ public:
}
virtual const char *getOriginalCopyright() const {
- return "Voyeur (c)";
+ return "Voyeur (c) Philips P.O.V. Entertainment Group";
}
virtual bool hasFeature(MetaEngineFeature f) const;