diff options
| -rw-r--r-- | engines/kyra/detection.cpp | 5 | 
1 files changed, 4 insertions, 1 deletions
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;  | 
