diff options
| author | JacobF <queatz@gmail.com> | 2011-09-07 10:56:04 -0400 |
|---|---|---|
| committer | JacobF <queatz@gmail.com> | 2011-09-07 10:56:04 -0400 |
| commit | f31b0a3361c0c39b9f6f6ee440b93293690bbe02 (patch) | |
| tree | 126e984c14fd67d53c257f98f2acfc22ee7c32e4 /src/client.h | |
| parent | 5c1074aa7d568169ab79574b20cd8978ae95cb36 (diff) | |
| download | minetest-f31b0a3361c0c39b9f6f6ee440b93293690bbe02.tar.xz | |
Display which tool the player is holding
And some simple animation when trying to dig...
Diffstat (limited to 'src/client.h')
| -rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 1a7ef924a..398a3b849 100644 --- a/src/client.h +++ b/src/client.h @@ -210,6 +210,7 @@ public: // eye position in *eye_position v3f getPlayerPosition(v3f *eye_position=NULL); + void setPlayerWield(scene::ISceneNode *wield); void setPlayerControl(PlayerControl &control); void selectPlayerItem(u16 item); |
