diff options
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r-- | src/defaults.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp index f1abdfb60..34af5f039 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -535,6 +535,9 @@ DefaultsData* getPathsDefaults() AddDEF("hairColorFile", "hair.xml"); AddDEF("hairColorPatchFile", "hair_patch.xml"); AddDEF("hairColorPatchDir", "hair.d"); + AddDEF("horsesFile", "horses.xml"); + AddDEF("horsesPatchFile", "horses_patch.xml"); + AddDEF("horsesPatchDir", "horses.d"); AddDEF("itemColorsFile", "itemcolors.xml"); AddDEF("itemColorsPatchFile", "itemcolors_patch.xml"); AddDEF("itemColorsPatchDir", "itemcolors.d"); |