[Scummvm-cvs-logs] SF.net SVN: scummvm:[54156] scummvm/trunk/engines/sci/engine/kvideo.cpp

lskovlun at users.sourceforge.net lskovlun at users.sourceforge.net
Tue Nov 9 16:15:14 CET 2010


Revision: 54156
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54156&view=rev
Author:   lskovlun
Date:     2010-11-09 15:15:13 +0000 (Tue, 09 Nov 2010)

Log Message:
-----------
SCI: Fix error message in ShowMovie(), perhaps avoiding some confusion later

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kvideo.cpp

Modified: scummvm/trunk/engines/sci/engine/kvideo.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kvideo.cpp	2010-11-09 14:25:39 UTC (rev 54155)
+++ scummvm/trunk/engines/sci/engine/kvideo.cpp	2010-11-09 15:15:13 UTC (rev 54156)
@@ -165,7 +165,7 @@
 			break;
 		}
 		default:
-			warning("Unhandled SCI kShowMovie subop %d", argv[1].toUint16());
+			warning("Unhandled SCI kShowMovie subop %d", argv[0].toUint16());
 		}
 	}
 


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