aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-09-03 08:58:32 +0000
committerMax Horn2004-09-03 08:58:32 +0000
commit374f7859a912904bab17556e8f949901978f5caf (patch)
tree1533190a61ed05391ce3295c92df6db6e107de16 /scumm
parent438daed1f1dbeb61e142b5f3e7e86f13cb371601 (diff)
downloadscummvm-rg350-374f7859a912904bab17556e8f949901978f5caf.tar.gz
scummvm-rg350-374f7859a912904bab17556e8f949901978f5caf.tar.bz2
scummvm-rg350-374f7859a912904bab17556e8f949901978f5caf.zip
Fix warning
svn-id: r14872
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index a6382f8874..5cb7abe7fb 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1414,7 +1414,7 @@ void ScummEngine_v72he::o72_unknownF8() {
void ScummEngine_v72he::o72_unknownF9() {
// File related
- byte name[100];
+ //byte name[100];
//copyScriptString(name);
//debug(1,"o72_unknownF9: %s", name);
}