Skip to content

Commit

Permalink
LILLIPUT: Fix a couple of remaining 'Robin' engine strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke authored and sev- committed Mar 28, 2018
1 parent 2aa505f commit c8495aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions engines/lilliput/detection.cpp
Expand Up @@ -127,11 +127,11 @@ class LilliputMetaEngine : public AdvancedMetaEngine {
}

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;
Expand Down
5 changes: 3 additions & 2 deletions engines/lilliput/lilliput.h
Expand Up @@ -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
Expand Down

0 comments on commit c8495aa

Please sign in to comment.