| 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; |
| 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")) |