summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 567a58655..4b14192ff 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -558,6 +558,9 @@ DefaultsData* getPathsDefaults()
AddDEF("mercenariesFile", "mercenaries.xml");
AddDEF("mercenariesPatchFile", "mercenaries_patch.xml");
AddDEF("mercenariesPatchDir", "mercenaries.d");
+ AddDEF("homunculusesFile", "homunculuses.xml");
+ AddDEF("homunculusesPatchFile", "homunculuses_patch.xml");
+ AddDEF("homunculusesPatchDir", "homunculuses.d");
AddDEF("mapsRemapFile", "maps/remap.xml");
AddDEF("mapsRemapPatchFile", "maps/remap_patch.xml");
AddDEF("mapsRemapPatchDir", "maps/remap.d");