| 39 | 
   | 
 bool patch_projaware = true; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 40 | 
   | 
 bool patch_safeprintf = true; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 41 | 
   | 
 bool patch_showalllasersights = false; | 
 
 
 
 
 
 
 
 
 | 42 | 
 + | 
 bool patch_showtriggervolumes = true; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 43 | 
   | 
 bool patch_throwtest = false; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 44 | 
   | 
 bool patch_usedaodangl = true; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 45 | 
   | 
 bool patch_usegettickcount = true; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 161 | 
   | 
                                 patch_safeprintf = !_stricmp(inifile_cleanstr(value), "true"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 162 | 
   | 
                         else if (!_stricmp(name, "showalllasersights")) | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 163 | 
   | 
                                 patch_showalllasersights = !_stricmp(inifile_cleanstr(value), "true"); | 
 
 
 
 
 
 
 
 
 | 164 | 
 + | 
                         else if (!_stricmp(name, "showtriggervolumes")) | 
 
 
 
 
 
 
 
 
 | 165 | 
 + | 
                                 patch_showtriggervolumes = !_stricmp(inifile_cleanstr(value), "true"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 166 | 
   | 
                         else if (!_stricmp(name, "throwtest")) | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 167 | 
   | 
                                 patch_throwtest = !_stricmp(inifile_cleanstr(value), "true"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 168 | 
   | 
                         else if (!_stricmp(name, "usedaodangl")) |