From 374f7859a912904bab17556e8f949901978f5caf Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 3 Sep 2004 08:58:32 +0000 Subject: Fix warning svn-id: r14872 --- scumm/script_v72he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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); } -- cgit v1.2.3