Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored and Flow86 committed May 17, 2021
1 parent 3bb78df commit 391cccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/libsiedler2
2 changes: 2 additions & 0 deletions libs/s25main/Loader.cpp
Expand Up @@ -357,6 +357,8 @@ NationResourcesSource getNationResourcesSource(const Nation nation, bool isWinte
if(isWinter)
buildingsFilename.insert(buildingsFilename.begin(), 'W');
bfs::path nationFolder;
// The original ("native") nations ise uppercase file names while we use lowercase names for the new ones
// Especially relevant for case sensitive file systems
if(rttr::enum_cast(nation) < NUM_NATIVE_NATIONS)
{
nationFolder = config.ExpandPath(s25::folders::mbob);
Expand Down

0 comments on commit 391cccb

Please sign in to comment.