HUGO: Use proper titles in detection entries

This commit is contained in:
Walter Agazzi 2023-01-01 20:41:53 +01:00 committed by Filippos Karapetis
parent da6cf7337e
commit 2ba90a489f

View File

@ -43,9 +43,9 @@ namespace Hugo {
static const PlainGameDescriptor hugoGames[] = {
// Games
{"hugo1", "Hugo 1: Hugo's House of Horrors"},
{"hugo2", "Hugo 2: Whodunit?"},
{"hugo3", "Hugo 3: Jungle of Doom"},
{"hugo1", "Hugo's House of Horrors"},
{"hugo2", "Hugo II: Whodunit?"},
{"hugo3", "Hugo III: Jungle of Doom"},
{nullptr, nullptr}
};