summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 95bff0ff5..70996cfef 100644
--- a/src/client.h
+++ b/src/client.h
@@ -196,7 +196,7 @@ public:
void pressGround(u8 button, v3s16 nodepos_undersurface,
v3s16 nodepos_oversurface, u16 item);
void clickObject(u8 button, v3s16 blockpos, s16 id, u16 item);
- void release(u8 button);
+ void stopDigging();
void sendSignText(v3s16 blockpos, s16 id, std::string text);