aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-04-16 15:26:19 +0000
committerTravis Howell2005-04-16 15:26:19 +0000
commit036a985f9439614d08bf5b3a4f34c43946d0c030 (patch)
tree6b6c67303282c48566338cd7bab23b30f4a21e1a
parent1507203d93dcd6466e8840928d46fc44d00720d1 (diff)
downloadscummvm-rg350-036a985f9439614d08bf5b3a4f34c43946d0c030.tar.gz
scummvm-rg350-036a985f9439614d08bf5b3a4f34c43946d0c030.tar.bz2
scummvm-rg350-036a985f9439614d08bf5b3a4f34c43946d0c030.zip
Ooops
svn-id: r17633
-rw-r--r--scumm/script_v72he.cpp2
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();
}