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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu May 22 18:52:25 CEST 2008


Revision: 32211
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32211&view=rev
Author:   drmccoy
Date:     2008-05-22 09:52:24 -0700 (Thu, 22 May 2008)

Log Message:
-----------
Oops, that way around should be more correct

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

Modified: scummvm/trunk/engines/gob/coktelvideo.cpp
===================================================================
--- scummvm/trunk/engines/gob/coktelvideo.cpp	2008-05-22 14:25:27 UTC (rev 32210)
+++ scummvm/trunk/engines/gob/coktelvideo.cpp	2008-05-22 16:52:24 UTC (rev 32211)
@@ -1073,8 +1073,8 @@
 
 	state.flags |= kStateNoVideoData;
 	state.left = 0x7FFF;
-	state.right = 0x7FFF;
-	state.top = 0;
+	state.top = 0x7FFF;
+	state.right = 0;
 	state.bottom = 0;
 
 	if (!_vidMem)


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