diff options
author | Filippos Karapetis | 2015-12-23 21:52:51 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-12-23 21:43:17 +0100 |
commit | 07aec19a06a07ee1ef66d500644a3d778d592b51 (patch) | |
tree | a2eaa3957c25f3612021d5a9e7228d81c1522f64 /engines | |
parent | 29d85c8d50967df907f2a12e87ad78abfa707be4 (diff) | |
download | scummvm-rg350-07aec19a06a07ee1ef66d500644a3d778d592b51.tar.gz scummvm-rg350-07aec19a06a07ee1ef66d500644a3d778d592b51.tar.bz2 scummvm-rg350-07aec19a06a07ee1ef66d500644a3d778d592b51.zip |
LAB: Also mention Terra Nova Development in the engine copyright message
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lab/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 7bb9821891..0810c4cb44 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -131,7 +131,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Labyrinth of Time (c) 2004 The Wyrmkeep Entertainment Co."; + return "Labyrinth of Time (c) 2004 The Wyrmkeep Entertainment Co. and Terra Nova Development"; } virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const { |