--- Daodan/src/Daodan_Config.c 2013/06/02 11:25:34 877 +++ Daodan/src/Daodan_Config.c 2013/07/26 10:42:31 893 @@ -36,6 +36,7 @@ bool patch_particledisablebit = false; bool patch_pathfinding = true; bool patch_projaware = true; bool patch_safeprintf = true; +bool patch_showalllasersights = false; bool patch_throwtest = false; bool patch_usedaodangl = true; bool patch_usegettickcount = true; @@ -151,6 +152,8 @@ bool DDrIniCallback(char* section, bool patch_projaware = !_stricmp(inifile_cleanstr(value), "true"); else if (!_stricmp(name, "safeprintf")) patch_safeprintf = !_stricmp(inifile_cleanstr(value), "true"); + else if (!_stricmp(name, "showalllasersights")) + patch_showalllasersights = !_stricmp(inifile_cleanstr(value), "true"); else if (!_stricmp(name, "throwtest")) patch_throwtest = !_stricmp(inifile_cleanstr(value), "true"); else if (!_stricmp(name, "usedaodangl"))