[Scummvm-cvs-logs] SF.net SVN: scummvm:[43888] scummvm/trunk/engines/sci/engine/kevent.cpp
waltervn at users.sourceforge.net
waltervn at users.sourceforge.net
Tue Sep 1 19:40:13 CEST 2009
Revision: 43888
http://scummvm.svn.sourceforge.net/scummvm/?rev=43888&view=rev
Author: waltervn
Date: 2009-09-01 17:40:13 +0000 (Tue, 01 Sep 2009)
Log Message:
-----------
SCI: Fix message property of mouse event. This fixes mouse handling in the
room with the pier in KQ6.
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kevent.cpp
Modified: scummvm/trunk/engines/sci/engine/kevent.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kevent.cpp 2009-09-01 17:09:59 UTC (rev 43887)
+++ scummvm/trunk/engines/sci/engine/kevent.cpp 2009-09-01 17:40:13 UTC (rev 43888)
@@ -112,7 +112,7 @@
}
PUT_SEL32V(obj, type, e.type);
- PUT_SEL32V(obj, message, 1);
+ PUT_SEL32V(obj, message, 0);
PUT_SEL32V(obj, modifiers, (e.buckybits | extra_bits)&modifier_mask);
s->r_acc = make_reg(0, 1);
}
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