[Scummvm-cvs-logs] SF.net SVN: scummvm: [24035] scummvm/trunk/engines/agos/vga.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Sep 30 12:46:57 CEST 2006


Revision: 24035
          http://svn.sourceforge.net/scummvm/?rev=24035&view=rev
Author:   kirben
Date:     2006-09-30 03:46:53 -0700 (Sat, 30 Sep 2006)

Log Message:
-----------
Ooops, fix type in vc76_setScaleXOffs()

Modified Paths:
--------------
    scummvm/trunk/engines/agos/vga.cpp

Modified: scummvm/trunk/engines/agos/vga.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga.cpp	2006-09-30 10:45:10 UTC (rev 24034)
+++ scummvm/trunk/engines/agos/vga.cpp	2006-09-30 10:46:53 UTC (rev 24035)
@@ -2607,7 +2607,7 @@
 		vsp1->x = tmp2;
 		vsp2->x = tmp1;
 		tmp1 = vsp1->y;
-		tmp2 = vsp1->y;
+		tmp2 = vsp2->y;
 		vsp1->y = tmp2;
 		vsp2->y = tmp1;
 


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