--- Daodan/src/Daodan_Config.c 2014/03/16 20:06:52 983 +++ Daodan/src/Daodan_Config.c 2014/03/16 23:35:10 984 @@ -39,6 +39,7 @@ bool patch_pathfinding = true; bool patch_projaware = true; bool patch_safeprintf = true; bool patch_showalllasersights = false; +bool patch_showtriggervolumes = true; bool patch_throwtest = false; bool patch_usedaodangl = true; bool patch_usegettickcount = true; @@ -160,6 +161,8 @@ bool DDrIniCallback(char* section, bool patch_safeprintf = !_stricmp(inifile_cleanstr(value), "true"); else if (!_stricmp(name, "showalllasersights")) patch_showalllasersights = !_stricmp(inifile_cleanstr(value), "true"); + else if (!_stricmp(name, "showtriggervolumes")) + patch_showtriggervolumes = !_stricmp(inifile_cleanstr(value), "true"); else if (!_stricmp(name, "throwtest")) patch_throwtest = !_stricmp(inifile_cleanstr(value), "true"); else if (!_stricmp(name, "usedaodangl"))