Fix casing of g1.dat file

GOG version ships file named g1.DAT
This commit is contained in:
Michał Janiszewski 2018-01-22 00:07:38 +01:00 committed by Michał Janiszewski
parent 0d789a5e09
commit dca74da00f
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ namespace openloco::environment
static fs::path get_sub_path(path_id id)
{
static constexpr const char* paths[] = {
"Data/G1.DAT",
"Data/g1.DAT",
"Data/PLUGIN.DAT",
"Data/PLUGIN2.DAT",
"Data/CSS1.DAT",