From ce234e915f6ee5557e6cc00b6aa9fd9b3bdbc152 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Jul 2012 23:03:36 +0300 Subject: Allow moving by mouse if opened buy/sell dialogs. --- src/being.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 14bfe1923..b8e50b764 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2017,9 +2017,7 @@ void Being::talkTo() bool Being::isTalking() { - return NpcDialog::isActive() || BuyDialog::isActive() || - SellDialog::isActive() || BuySellDialog::isActive() || - NpcPostDialog::isActive(); + return NpcDialog::isActive() || NpcPostDialog::isActive(); } bool Being::draw(Graphics *graphics, int offsetX, int offsetY) const -- cgit v1.2.3-60-g2f50