Skip to content

Commit

Permalink
TITANIC: Don't prod Maitre D's butt just by moving mouse on him
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jul 18, 2017
1 parent e8e7266 commit 274eb7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/titanic/game/maitred/maitred_prod_receptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ bool CMaitreDProdReceptor::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
}

bool CMaitreDProdReceptor::MouseMoveMsg(CMouseMoveMsg *msg) {
if (!getDraggingObject())
return true;
if (_fieldBC == 2 && static_cast<CGameObject *>(getParent())->hasActiveMovie())
return false;
else if (++_counter < 20)
Expand Down

0 comments on commit 274eb7f

Please sign in to comment.