svn-id: r17564
This commit is contained in:
Travis Howell 2005-04-12 07:52:15 +00:00
parent 03f07f7f8a
commit eed70f3dba
2 changed files with 26 additions and 53 deletions

View file

@ -2093,7 +2093,7 @@ void ScummEngine_v72he::o72_readINI() {
default:
error("o72_readINI: default type %d", type);
}
debug(1, "o72_readINI (%d) %s", type, option);
debug(0, "o72_readINI (%d) %s", type, option);
}
void ScummEngine_v72he::o72_writeINI() {