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

Comparing Daodan/src/Daodan.c (file contents):
Revision 444 by rossy, Fri Jul 17 08:34:48 2009 UTC vs.
Revision 445 by rossy, Sun Jul 19 11:03:44 2009 UTC

# Line 168 | Line 168 | bool DDrPatch_Init()
168          return true;
169   }
170  
171 < enum {s_unknown, s_options, s_patch, s_language} ini_section;
171 > enum {s_unknown, s_options, s_patch, s_bsl, s_language} ini_section;
172  
173   bool DDrIniCallback(char* section, bool newsection, char* name, char* value)
174   {
# Line 178 | Line 178 | bool DDrIniCallback(char* section, bool
178                          ini_section = s_options;
179                  else if (!stricmp(section, "patch"))
180                          ini_section = s_patch;
181 +                else if (!stricmp(section, "bsl"))
182 +                        ini_section = s_bsl;
183                  else if (!stricmp(section, "language"))
184                          ini_section = s_language;
185                  else
# Line 241 | Line 243 | bool DDrIniCallback(char* section, bool
243                          else
244                                  DDrStartupMessage("unrecognised patch \"%s\"", name);
245                          break;
246 +                case s_bsl:
247 +                        
248 +                        break;
249                  case s_language:
250                          if (!stricmp(name, "savepoint"))
251                          {

Diff Legend

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