mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Fix compilation
svn-id: r41007
This commit is contained in:
parent
d9228d69a7
commit
e2641cbd25
@ -1113,8 +1113,9 @@ public:
|
||||
const char *getOriginalCopyright() const {
|
||||
return "The Legend of Kyrandia (C) Westwood Studios"
|
||||
#ifdef ENABLE_LOL
|
||||
"\nLands of Lore (C) Westwood Studios";
|
||||
"\nLands of Lore (C) Westwood Studios"
|
||||
#endif
|
||||
;
|
||||
}
|
||||
|
||||
bool hasFeature(MetaEngineFeature f) const;
|
||||
|
Loading…
Reference in New Issue
Block a user