[Scummvm-cvs-logs] SF.net SVN: scummvm: [23273] scummvm/trunk/engines/scumm/he/script_v100he.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Jun 24 09:14:20 CEST 2006
Revision: 23273
Author: fingolfin
Date: 2006-06-24 00:14:15 -0700 (Sat, 24 Jun 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23273&view=rev
Log Message:
-----------
Fix warning
Modified Paths:
--------------
scummvm/trunk/engines/scumm/he/script_v100he.cpp
Modified: scummvm/trunk/engines/scumm/he/script_v100he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/script_v100he.cpp 2006-06-24 03:25:52 UTC (rev 23272)
+++ scummvm/trunk/engines/scumm/he/script_v100he.cpp 2006-06-24 07:14:15 UTC (rev 23273)
@@ -2247,7 +2247,7 @@
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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list