From 2e47d5e2897ffd8bcf85b499fe68a20f9f694ebb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 8 Jan 2014 17:38:44 +0300 Subject: add moddb support. --- src/defaults.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/defaults.cpp') diff --git a/src/defaults.cpp b/src/defaults.cpp index 7755ac32b..ebab42d54 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -511,6 +511,9 @@ DefaultsData* getPathsDefaults() AddDEF("avatarsFile", "avatars.xml"); AddDEF("avatarsPatchFile", "avatars_patch.xml"); AddDEF("avatarsPatchDir", "avatars.d"); + AddDEF("modsFile", "mods.xml"); + AddDEF("modsPatchFile", "mods_patch.xml"); + AddDEF("modsPatchDir", "mods.d"); AddDEF("npcsFile", "npcs.xml"); AddDEF("npcsPatchFile", "npcs_patch.xml"); AddDEF("npcsPatchDir", "npcs.d"); -- cgit v1.2.3-60-g2f50