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 838 by alloc, Mon Apr 29 16:29:16 2013 UTC vs.
Revision 843 by alloc, Tue Apr 30 01:06:45 2013 UTC

# Line 29 | Line 29 | bool patch_kickguns = false;
29   bool patch_killvtune = true;
30   bool patch_largetextures = true;
31   bool patch_levelplugins = true;
32 bool patch_multibyte = false;
32   bool patch_newweapon = true;
33 + bool patch_nomultibyte = true;
34   bool patch_optionsvisible = true;
35   bool patch_particledisablebit = false;
36   bool patch_pathfinding = true;
# Line 85 | Line 85 | bool DDrIniCallback(char* section, bool
85                                  opt_gamma = !_stricmp(inifile_cleanstr(value), "true");
86                          else if (!_stricmp(name, "ignore_private_data"))
87                                  opt_ignore_private_data = !_stricmp(inifile_cleanstr(value), "true");
88 <                        else if (!_stricmp(name, "multibyte"))
89 <                                patch_multibyte = !_stricmp(inifile_cleanstr(value), "true");
88 >                        else if (!_stricmp(name, "nomultibyte"))
89 >                                patch_nomultibyte = !_stricmp(inifile_cleanstr(value), "true");
90                          else if (!_stricmp(name, "sound"))
91                                  opt_sound = !_stricmp(inifile_cleanstr(value), "true");
92                          else if (!_stricmp(name, "switch"))
# Line 137 | Line 137 | bool DDrIniCallback(char* section, bool
137                                  patch_largetextures = !_stricmp(inifile_cleanstr(value), "true");
138                          else if (!_stricmp(name, "levelplugins"))
139                                  patch_levelplugins = !_stricmp(inifile_cleanstr(value), "true");
140 <                        else if (!_stricmp(name, "multibyte"))
141 <                                patch_multibyte = !_stricmp(inifile_cleanstr(value), "true");
140 >                        else if (!_stricmp(name, "nomultibyte"))
141 >                                patch_nomultibyte = !_stricmp(inifile_cleanstr(value), "true");
142                          else if (!_stricmp(name, "newweap"))
143                                  patch_newweapon = !_stricmp(inifile_cleanstr(value), "true");
144                          else if (!_stricmp(name, "optionsvisible"))

Diff Legend

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