Skip to content

Commit

Permalink
Fix casing of g1.dat file
Browse files Browse the repository at this point in the history
GOG version ships file named g1.DAT
  • Loading branch information
janisozaur committed Jan 21, 2018
1 parent 4c0dc33 commit 2f466e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openloco/envionment.cpp
Expand Up @@ -143,7 +143,7 @@ namespace openloco::environment
{
static constexpr const char * paths[] =
{
"Data/G1.DAT",
"Data/g1.DAT",
"Data/PLUGIN.DAT",
"Data/PLUGIN2.DAT",
"Data/CSS1.DAT",
Expand Down

0 comments on commit 2f466e5

Please sign in to comment.