From 702f267b192eb469a231b2c4207196527b392aca Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 29 May 2009 12:38:41 +0000 Subject: Add Lands of Lore copyright string to KyraMetaEngine::getOriginalCopyright. svn-id: r40990 --- engines/kyra/detection.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/kyra/detection.cpp') diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 8f56790a77..7c1280cfde 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -1111,7 +1111,10 @@ public: } const char *getOriginalCopyright() const { - return "The Legend of Kyrandia (C) Westwood Studios"; + return "The Legend of Kyrandia (C) Westwood Studios" +#ifdef ENABLE_LOL + "\nLands of Lore (C) Westwood Studios"; +#endif } bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3