ENGINES: Normalize the getName() result of metaengines

Also-By: Matthew Hoops <clone2727@gmail.com>
This commit is contained in:
Bastien Bouclet 2016-09-15 20:04:14 +02:00
parent cf82dfaec5
commit 9a4c0ae281
41 changed files with 67 additions and 65 deletions

View file

@ -123,7 +123,7 @@ public:
}
virtual const char *getName() const {
return "Lab";
return "Labyrinth of Time";
}
virtual const char *getOriginalCopyright() const {