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 893 by alloc, Fri Jul 26 10:42:31 2013 UTC vs.
Revision 894 by alloc, Sun Aug 11 22:31:16 2013 UTC

# Line 25 | Line 25 | bool patch_disablecmdline = true;
25   bool patch_flatline = true;
26   bool patch_fonttexturecache = true;
27   bool patch_getcmdline = true;
28 + bool patch_hdscreens_lowres = true;
29   bool patch_kickguns = false;
30   bool patch_killvtune = true;
31   bool patch_largetextures = true;
# Line 130 | Line 131 | bool DDrIniCallback(char* section, bool
131                                  patch_fonttexturecache = !_stricmp(inifile_cleanstr(value), "true");
132                          else if (!_stricmp(name, "getcmdline"))
133                                  patch_getcmdline = !_stricmp(inifile_cleanstr(value), "true");
134 +                        else if (!_stricmp(name, "hdscreens_lowres"))
135 +                                patch_hdscreens_lowres = !_stricmp(inifile_cleanstr(value), "true");
136                          else if (!_stricmp(name, "kickguns"))
137                                  patch_kickguns = !_stricmp(inifile_cleanstr(value), "true");
138                          else if (!_stricmp(name, "killvtune"))

Diff Legend

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