summaryrefslogtreecommitdiff
path: root/src/units.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/units.cpp')
-rw-r--r--src/units.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/units.cpp b/src/units.cpp
index 7593f564f..0c31e1553 100644
--- a/src/units.cpp
+++ b/src/units.cpp
@@ -103,6 +103,7 @@ void Units::loadUnits()
}
loadXmlFile(paths.getStringValue("unitsFile"));
+ loadXmlFile(paths.getStringValue("unitsPatchFile"));
}
void Units::loadXmlFile(const std::string &fileName)