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 877 by alloc, Sun Jun 2 11:25:34 2013 UTC vs.
Revision 893 by alloc, Fri Jul 26 10:42:31 2013 UTC

# Line 36 | Line 36 | bool patch_particledisablebit = false;
36   bool patch_pathfinding = true;
37   bool patch_projaware = true;
38   bool patch_safeprintf = true;
39 + bool patch_showalllasersights = false;
40   bool patch_throwtest = false;
41   bool patch_usedaodangl = true;
42   bool patch_usegettickcount = true;
# Line 151 | Line 152 | bool DDrIniCallback(char* section, bool
152                                  patch_projaware = !_stricmp(inifile_cleanstr(value), "true");
153                          else if (!_stricmp(name, "safeprintf"))
154                                  patch_safeprintf = !_stricmp(inifile_cleanstr(value), "true");
155 +                        else if (!_stricmp(name, "showalllasersights"))
156 +                                patch_showalllasersights = !_stricmp(inifile_cleanstr(value), "true");
157                          else if (!_stricmp(name, "throwtest"))
158                                  patch_throwtest = !_stricmp(inifile_cleanstr(value), "true");
159                          else if (!_stricmp(name, "usedaodangl"))

Diff Legend

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