--- Daodan/src/Daodan_Config.c 2014/03/16 23:35:10 984 +++ Daodan/src/Daodan_Config.c 2014/04/05 10:19:11 992 @@ -6,7 +6,7 @@ #include "Daodan_Patch.h" #include "Daodan_Utility.h" -#include "Oni_Symbols.h" +#include "Oni/Oni.h" #include "Inifile_Reader.h" @@ -61,7 +61,7 @@ bool DDrIniCallback(char* section, bool { if (!_stricmp(section, "options")) ini_section = s_options; - else if (!_stricmp(section, "patch")) + else if (!_stricmp(section, "patch") || !_stricmp(section, "patches")) ini_section = s_patch; else if (!_stricmp(section, "bsl")) ini_section = s_bsl;