MOHAWK: Always run kLBEventMouseUpIn, for now

svn-id: r54887
This commit is contained in:
Alyssa Milburn 2010-12-12 19:01:27 +00:00
parent 4d5ab0cff2
commit a97c90c903

View File

@ -1971,6 +1971,7 @@ void LBItem::handleMouseMove(Common::Point pos) {
void LBItem::handleMouseUp(Common::Point pos) {
_vm->setFocus(NULL);
runScript(kLBEventMouseUp);
runScript(kLBEventMouseUpIn);
}
bool LBItem::togglePlaying(bool playing, bool restart) {