MOHAWK: fix LBLiveTextItem::handleMouseDown
svn-id: r54798
This commit is contained in:
parent
402831b8ca
commit
99bc2c7a28
1 changed files with 1 additions and 1 deletions
|
@ -2802,7 +2802,7 @@ void LBLiveTextItem::drawWord(uint word, uint yPos) {
|
|||
}
|
||||
|
||||
void LBLiveTextItem::handleMouseDown(Common::Point pos) {
|
||||
if (_neverEnabled || !_enabled || _globalEnabled || _currentPhrase != 0xFFFF)
|
||||
if (_neverEnabled || !_enabled || !_globalEnabled || _currentPhrase != 0xFFFF)
|
||||
return LBItem::handleMouseDown(pos);
|
||||
|
||||
pos.x -= _rect.left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue