| # | Line 6 | Line 6 | |
|---|---|---|
| 6 | #include "Daodan_Patch.h" | |
| 7 | #include "Daodan_Utility.h" | |
| 8 | ||
| 9 | < | #include "Oni_Symbols.h" |
| 9 | > | #include "Oni/Oni.h" |
| 10 | ||
| 11 | #include "Inifile_Reader.h" | |
| 12 | ||
| # | Line 61 | Line 61 | bool DDrIniCallback(char* section, bool | |
| 61 | { | |
| 62 | if (!_stricmp(section, "options")) | |
| 63 | ini_section = s_options; | |
| 64 | < | else if (!_stricmp(section, "patch")) |
| 64 | > | else if (!_stricmp(section, "patch") || !_stricmp(section, "patches")) |
| 65 | ini_section = s_patch; | |
| 66 | else if (!_stricmp(section, "bsl")) | |
| 67 | ini_section = s_bsl; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |