mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
GLK: AGT: Turn on smart disambiguation by default for AGT 1.5 onwards
This commit is contained in:
parent
27a5b9a81e
commit
7665848708
@ -247,6 +247,11 @@ rbool parse_config_line(char *buff, rbool lastpass) {
|
||||
void read_config(genfile cfgfile, rbool lastpass) {
|
||||
char buff[100];
|
||||
|
||||
if (lastpass) {
|
||||
/* Default to smart disambiguation for 1.5 onwards */
|
||||
if (aver >= AGT15) PURE_DISAMBIG = 0;
|
||||
}
|
||||
|
||||
if (!filevalid(cfgfile, fCFG)) return;
|
||||
|
||||
while (readln(cfgfile, buff, 99)) {
|
||||
|
Loading…
Reference in New Issue
Block a user