[Scummvm-cvs-logs] SF.net SVN: scummvm:[44544] scummvm/branches/branch-1-0-0/engines/gob/util. cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Fri Oct 2 20:48:00 CEST 2009


Revision: 44544
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44544&view=rev
Author:   strangerke
Date:     2009-10-02 18:48:00 +0000 (Fri, 02 Oct 2009)

Log Message:
-----------
Backport of r44542: Fix for bug ref#2867294

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/gob/util.cpp

Modified: scummvm/branches/branch-1-0-0/engines/gob/util.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/gob/util.cpp	2009-10-02 18:38:52 UTC (rev 44543)
+++ scummvm/branches/branch-1-0-0/engines/gob/util.cpp	2009-10-02 18:48:00 UTC (rev 44544)
@@ -143,6 +143,7 @@
 		_vm->_util->setMousePos(x, y);
 
 		_vm->_game->wantScroll(x, y);
+		_vm->_game->evaluateScroll();
 	}
 }
 


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