diff options
author | athrxx | 2011-12-18 21:08:31 +0100 |
---|---|---|
committer | Johannes Schickel | 2011-12-26 16:18:17 +0100 |
commit | 2e517cc9ec65a535d580fee607b9b920e41a3019 (patch) | |
tree | 0a2d9edd6e770b5d80e37e4b4f4416f8dffc7555 /engines/kyra | |
parent | d807b3d42b4a49dfe8262f496f9b341aef3c8bdd (diff) | |
download | scummvm-rg350-2e517cc9ec65a535d580fee607b9b920e41a3019.tar.gz scummvm-rg350-2e517cc9ec65a535d580fee607b9b920e41a3019.tar.bz2 scummvm-rg350-2e517cc9ec65a535d580fee607b9b920e41a3019.zip |
KYRA: (EOB) - add EOB copyright strings to KyraMetaEngine::getOriginalCopyright()
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/detection.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 56687d60b3..74c949b1d5 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -68,6 +68,9 @@ public: #ifdef ENABLE_LOL "\nLands of Lore (C) Westwood Studios" #endif +#ifdef ENABLE_EOB + "\nEye of the Beholder (C) TSR, Inc., (C) Strategic Simulations, Inc." +#endif ; } |