Fix click-digging torches (#5652)
authoryou <ovvv@web.de>
Fri, 28 Apr 2017 18:12:28 +0000 (20:12 +0200)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Fri, 28 Apr 2017 18:12:28 +0000 (20:12 +0200)
commit7f4cdbcbe9b5b4655c2c5eba2043628487668e24
treed49fbc56dc4cc0b9e05292f6b388adc6027b1e7e
parente21a1ab3bd31f9b854ef77c33698624755fc915c
Fix click-digging torches (#5652)

Torches are dug instantly again.
When the digging time is 0, a delay of 0.15 seconds is added between digging nodes. If the left mouse button is released, the delay is set to 0, thus click-digging.
doc/lua_api.txt
src/game.cpp
src/tool.cpp