From 72a4747dd64461e4bca819f5a246c84518b7ff8d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 24 Jun 2006 07:14:15 +0000 Subject: Fix warning svn-id: r23273 --- engines/scumm/he/script_v100he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm') diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp index 2a76f62bbb..02d813f57a 100644 --- a/engines/scumm/he/script_v100he.cpp +++ b/engines/scumm/he/script_v100he.cpp @@ -2247,7 +2247,7 @@ void ScummEngine_v100he::o100_videoOps() { if (_videoParams.flags == 0) _videoParams.flags = 4; - const char *filename = (char *)_videoParams.filename + convertFilePath(_videoParams.filename); + //const char *filename = (char *)_videoParams.filename + convertFilePath(_videoParams.filename); if (_videoParams.flags == 2) { // VAR(119) = startVideo(_videoParams.filename, _videoParams.flags, _videoParams.wizResNum); VAR(119) = -1; -- cgit v1.2.3