diff options
Diffstat (limited to 'src/gui/viewport.cpp')
-rw-r--r-- | src/gui/viewport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index a0a92edd..61c17ac8 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -300,7 +300,7 @@ void Viewport::mousePressed(gcn::MouseEvent &event) return; // Check if we are busy - if (current_npc) + if (NPC::isTalking()) return; mPlayerFollowMouse = false; |