diff --git a/source/glest_game/global/config.cpp b/source/glest_game/global/config.cpp index 4d760e5f..d76345e8 100644 --- a/source/glest_game/global/config.cpp +++ b/source/glest_game/global/config.cpp @@ -413,6 +413,7 @@ vector > Config::getMergedProperties() const { pair &property = result[j]; // Take the user property and override the original value if(property.first == propertyUser.first) { + overrideProperty = true; property.second = propertyUser.second; break; }