[Scummvm-cvs-logs] SF.net SVN: scummvm:[51855] scummvm/trunk/engines/gob/inter_fascin.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sun Aug 8 02:36:47 CEST 2010


Revision: 51855
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51855&view=rev
Author:   drmccoy
Date:     2010-08-08 00:36:47 +0000 (Sun, 08 Aug 2010)

Log Message:
-----------
GOB: Fix an copy&paste error

Fixing an accidentally overwritten video file name

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_fascin.cpp

Modified: scummvm/trunk/engines/gob/inter_fascin.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_fascin.cpp	2010-08-08 00:36:19 UTC (rev 51854)
+++ scummvm/trunk/engines/gob/inter_fascin.cpp	2010-08-08 00:36:47 UTC (rev 51855)
@@ -160,7 +160,7 @@
 	vidProps.width  = 128;
 	vidProps.height =  80;
 
-	int vidSlot = _vm->_vidPlayer->openVideo(true, "tirb", vidProps);
+	int vidSlot = _vm->_vidPlayer->openVideo(true, "tira", vidProps);
 	if (vidSlot < 0)
 		return;
 


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