diff options
author | Strangerke | 2018-03-19 23:41:02 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2018-03-28 17:36:57 +0200 |
commit | c8495aa457daa9ab22e931d0479c1984e9de7162 (patch) | |
tree | bdc368b594ef8ea75f80476ac8ea596b4901c69f /engines/lilliput | |
parent | 2aa505fcc8e94bb23169271c5bdad686d800a208 (diff) | |
download | scummvm-rg350-c8495aa457daa9ab22e931d0479c1984e9de7162.tar.gz scummvm-rg350-c8495aa457daa9ab22e931d0479c1984e9de7162.tar.bz2 scummvm-rg350-c8495aa457daa9ab22e931d0479c1984e9de7162.zip |
LILLIPUT: Fix a couple of remaining 'Robin' engine strings
Diffstat (limited to 'engines/lilliput')
-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 |