diff options
author | Travis Howell | 2005-04-16 15:26:19 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-16 15:26:19 +0000 |
commit | 036a985f9439614d08bf5b3a4f34c43946d0c030 (patch) | |
tree | 6b6c67303282c48566338cd7bab23b30f4a21e1a | |
parent | 1507203d93dcd6466e8840928d46fc44d00720d1 (diff) | |
download | scummvm-rg350-036a985f9439614d08bf5b3a4f34c43946d0c030.tar.gz scummvm-rg350-036a985f9439614d08bf5b3a4f34c43946d0c030.tar.bz2 scummvm-rg350-036a985f9439614d08bf5b3a4f34c43946d0c030.zip |
Ooops
svn-id: r17633
-rw-r--r-- | scumm/script_v72he.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index de200650d0..49543dc245 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -2152,8 +2152,6 @@ void ScummEngine_v72he::o72_writeINI() { error("o72_writeINI: default type %d", type); } - debug(0, "o72_writeINI: option %s", option); - ConfMan.flushToDisk(); } |