aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/detection.cpp
diff options
context:
space:
mode:
authorStrangerke2018-03-19 23:41:02 +0100
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commitc8495aa457daa9ab22e931d0479c1984e9de7162 (patch)
treebdc368b594ef8ea75f80476ac8ea596b4901c69f /engines/lilliput/detection.cpp
parent2aa505fcc8e94bb23169271c5bdad686d800a208 (diff)
downloadscummvm-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/detection.cpp')
-rw-r--r--engines/lilliput/detection.cpp4
1 files changed, 2 insertions, 2 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;