diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/being.cpp b/src/being.cpp index b8e50b764..2f1555246 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2015,11 +2015,6 @@ void Being::talkTo() Net::getNpcHandler()->talk(mId); } -bool Being::isTalking() -{ - return NpcDialog::isActive() || NpcPostDialog::isActive(); -} - bool Being::draw(Graphics *graphics, int offsetX, int offsetY) const { bool res = true; |