From d5bab0cd2a97e59470dbd55fa5d579daaa9676ad Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Mon, 4 Jun 2018 20:03:17 +0200 Subject: CRYO: Revert copyright string change --- engines/cryo/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp index bb5be81898..c2be650e7f 100644 --- a/engines/cryo/detection.cpp +++ b/engines/cryo/detection.cpp @@ -144,7 +144,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Cryo (C) Cryo Interactive"; + return "Cryo Engine (C) Cryo Interactive"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3