summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 9aad672da..e5a86f4a3 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -759,7 +759,7 @@ void Game::resetAdjustLevel()
void Game::handleMove()
{
// Moving player around
- if (player_node->isAlive() && !Being::isTalking()
+ if (player_node->isAlive() && !PlayerInfo::isTalking()
&& chatWindow && !chatWindow->isInputFocused()
&& !InventoryWindow::isAnyInputFocused() && !quitDialog)
{