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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Fri Oct 2 19:50:57 CEST 2009


Revision: 44542
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44542&view=rev
Author:   strangerke
Date:     2009-10-02 17:50:56 +0000 (Fri, 02 Oct 2009)

Log Message:
-----------
Fix for bug ref#2867294 (hopefully) 

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

Modified: scummvm/trunk/engines/gob/util.cpp
===================================================================
--- scummvm/trunk/engines/gob/util.cpp	2009-10-02 15:02:57 UTC (rev 44541)
+++ scummvm/trunk/engines/gob/util.cpp	2009-10-02 17:50:56 UTC (rev 44542)
@@ -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