26 |
|
bool patch_fonttexturecache = true; |
27 |
|
bool patch_getcmdline = true; |
28 |
|
bool patch_hdscreens_lowres = true; |
29 |
+ |
bool patch_highres_console = true; |
30 |
|
bool patch_kickguns = false; |
31 |
|
bool patch_killvtune = true; |
32 |
|
bool patch_largetextures = true; |
134 |
|
patch_getcmdline = !_stricmp(inifile_cleanstr(value), "true"); |
135 |
|
else if (!_stricmp(name, "hdscreens_lowres")) |
136 |
|
patch_hdscreens_lowres = !_stricmp(inifile_cleanstr(value), "true"); |
137 |
+ |
else if (!_stricmp(name, "highres_console")) |
138 |
+ |
patch_highres_console = !_stricmp(inifile_cleanstr(value), "true"); |
139 |
|
else if (!_stricmp(name, "kickguns")) |
140 |
|
patch_kickguns = !_stricmp(inifile_cleanstr(value), "true"); |
141 |
|
else if (!_stricmp(name, "killvtune")) |