Changeset 894 for Daodan/src/Daodan_Config.c
- Timestamp:
- Aug 12, 2013, 12:31:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Config.c
r893 r894 26 26 bool patch_fonttexturecache = true; 27 27 bool patch_getcmdline = true; 28 bool patch_hdscreens_lowres = true; 28 29 bool patch_kickguns = false; 29 30 bool patch_killvtune = true; … … 131 132 else if (!_stricmp(name, "getcmdline")) 132 133 patch_getcmdline = !_stricmp(inifile_cleanstr(value), "true"); 134 else if (!_stricmp(name, "hdscreens_lowres")) 135 patch_hdscreens_lowres = !_stricmp(inifile_cleanstr(value), "true"); 133 136 else if (!_stricmp(name, "kickguns")) 134 137 patch_kickguns = !_stricmp(inifile_cleanstr(value), "true");
Note:
See TracChangeset
for help on using the changeset viewer.