ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Config.c
(Generate patch)

Comparing Daodan/src/Daodan_Config.c (file contents):
Revision 984 by alloc, Sun Mar 16 23:35:10 2014 UTC vs.
Revision 990 by alloc, Wed Apr 2 00:48:54 2014 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)