From 9f882bf74d452521cb7fb1806ab453aaa28da343 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 26 Jan 2011 00:41:06 +0200 Subject: Reworked texture, material, mineral and whatever handling --- src/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 36e0f3c7c..915c745b7 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1273,6 +1273,7 @@ void Client::groundAction(u8 action, v3s16 nodepos_undersurface, 0: start digging 1: place block 2: stop digging (all parameters ignored) + 3: digging completed */ u8 datasize = 2 + 1 + 6 + 6 + 2; SharedBuffer data(datasize); -- cgit v1.2.3