aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathrxx2011-12-18 21:08:31 +0100
committerJohannes Schickel2011-12-26 16:18:17 +0100
commit2e517cc9ec65a535d580fee607b9b920e41a3019 (patch)
tree0a2d9edd6e770b5d80e37e4b4f4416f8dffc7555
parentd807b3d42b4a49dfe8262f496f9b341aef3c8bdd (diff)
downloadscummvm-rg350-2e517cc9ec65a535d580fee607b9b920e41a3019.tar.gz
scummvm-rg350-2e517cc9ec65a535d580fee607b9b920e41a3019.tar.bz2
scummvm-rg350-2e517cc9ec65a535d580fee607b9b920e41a3019.zip
KYRA: (EOB) - add EOB copyright strings to KyraMetaEngine::getOriginalCopyright()
-rw-r--r--engines/kyra/detection.cpp3
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
;
}