diff options
| -rw-r--r-- | engines/lilliput/detection.cpp | 4 | ||||
| -rw-r--r-- | engines/lilliput/lilliput.h | 5 | 
2 files changed, 5 insertions, 4 deletions
diff --git a/engines/lilliput/detection.cpp b/engines/lilliput/detection.cpp index e0841b80ed..afa118d078 100644 --- a/engines/lilliput/detection.cpp +++ b/engines/lilliput/detection.cpp @@ -127,11 +127,11 @@ public:  	}  	const char *getName() const { -		return "Robin Hood"; +		return "Lilliput";  	}  	const char *getOriginalCopyright() const { -		return "Robin Hood Engine copyright S.L.Grand, Brainware, 1991-1992"; +		return "Lilliput Engine copyright S.L.Grand, Brainware, 1991-1992";  	}  	bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *gd) const; diff --git a/engines/lilliput/lilliput.h b/engines/lilliput/lilliput.h index b970c5ead5..e05f972733 100644 --- a/engines/lilliput/lilliput.h +++ b/engines/lilliput/lilliput.h @@ -41,9 +41,10 @@ class RandomSource;  }  /** - * This is the namespace of the Robin engine. + * This is the namespace of the Lilliput engine.   * - * Status of this engine: ??? + * Status of this engine: + * - Adventures of Robin Hood is mostly working without sound   *   * Games using this engine:   * - Adventures of Robin Hood  | 
