aboutsummaryrefslogtreecommitdiff
path: root/src/client/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/game.cpp')
-rw-r--r--src/client/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/game.cpp b/src/client/game.cpp
index 15fa2af23..acd0b959d 100644
--- a/src/client/game.cpp
+++ b/src/client/game.cpp
@@ -3106,6 +3106,7 @@ void Game::processPlayerInteraction(f32 dtime, bool show_hud, bool show_debug)
client->getScript()->on_item_use(selected_item, pointed);
} else if (wasKeyPressed(KeyType::PLACE)) {
handlePointingAtNothing(selected_item);
+ camera->setDigging(2);
}
runData.pointed_old = pointed;