mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
LILLIPUT: Fix a couple of remaining 'Robin' engine strings
This commit is contained in:
parent
2aa505fcc8
commit
c8495aa457
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user