29 |
|
bool patch_killvtune = true; |
30 |
|
bool patch_largetextures = true; |
31 |
|
bool patch_levelplugins = true; |
32 |
– |
bool patch_multibyte = false; |
32 |
|
bool patch_newweapon = true; |
33 |
+ |
bool patch_nomultibyte = true; |
34 |
|
bool patch_optionsvisible = true; |
35 |
|
bool patch_particledisablebit = false; |
36 |
|
bool patch_pathfinding = true; |
85 |
|
opt_gamma = !_stricmp(inifile_cleanstr(value), "true"); |
86 |
|
else if (!_stricmp(name, "ignore_private_data")) |
87 |
|
opt_ignore_private_data = !_stricmp(inifile_cleanstr(value), "true"); |
88 |
< |
else if (!_stricmp(name, "multibyte")) |
89 |
< |
patch_multibyte = !_stricmp(inifile_cleanstr(value), "true"); |
88 |
> |
else if (!_stricmp(name, "nomultibyte")) |
89 |
> |
patch_nomultibyte = !_stricmp(inifile_cleanstr(value), "true"); |
90 |
|
else if (!_stricmp(name, "sound")) |
91 |
|
opt_sound = !_stricmp(inifile_cleanstr(value), "true"); |
92 |
|
else if (!_stricmp(name, "switch")) |
137 |
|
patch_largetextures = !_stricmp(inifile_cleanstr(value), "true"); |
138 |
|
else if (!_stricmp(name, "levelplugins")) |
139 |
|
patch_levelplugins = !_stricmp(inifile_cleanstr(value), "true"); |
140 |
< |
else if (!_stricmp(name, "multibyte")) |
141 |
< |
patch_multibyte = !_stricmp(inifile_cleanstr(value), "true"); |
140 |
> |
else if (!_stricmp(name, "nomultibyte")) |
141 |
> |
patch_nomultibyte = !_stricmp(inifile_cleanstr(value), "true"); |
142 |
|
else if (!_stricmp(name, "newweap")) |
143 |
|
patch_newweapon = !_stricmp(inifile_cleanstr(value), "true"); |
144 |
|
else if (!_stricmp(name, "optionsvisible")) |