diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 13:14:43 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 13:14:43 +0200 |
| commit | f501cfd799fb156a32df8791fa3b3ad590d3c0d8 (patch) | |
| tree | 05bc86fcc6b7fec5a700bdc63b11b74caeb2212e /src/client.h | |
| parent | be2c7dfb97c4e617eaa2fef94da822c5e4e9ffd1 (diff) | |
| download | dragonfireclient-f501cfd799fb156a32df8791fa3b3ad590d3c0d8.tar.xz | |
tinkering around
Diffstat (limited to 'src/client.h')
| -rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 3789f4cbe..95bff0ff5 100644 --- a/src/client.h +++ b/src/client.h @@ -193,7 +193,7 @@ public: /*void removeNode(v3s16 nodepos); void addNodeFromInventory(v3s16 nodepos, u16 i);*/ - void clickGround(u8 button, v3s16 nodepos_undersurface, + 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); |
