Fix compilation

svn-id: r41007
This commit is contained in:
Willem Jan Palenstijn 2009-05-29 15:07:38 +00:00
parent d9228d69a7
commit e2641cbd25

View File

@ -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;