aboutsummaryrefslogtreecommitdiff
path: root/src/itemdef.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-09-11 21:16:17 +0200
committersfan5 <sfan5@live.de>2022-09-30 14:02:14 +0200
commit525fc3833c40dcca478719533a87bc7b5e285e4e (patch)
treee052ace4266381dbb3f7d8b8591a9d7d66ea6915 /src/itemdef.h
parentbbdb1929c61a7cf851b498f34154ac0f9528fbb4 (diff)
downloadminetest-525fc3833c40dcca478719533a87bc7b5e285e4e.tar.xz
Implement tool use sounds
Diffstat (limited to 'src/itemdef.h')
-rw-r--r--src/itemdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/itemdef.h b/src/itemdef.h
index 035717379..3bb27559e 100644
--- a/src/itemdef.h
+++ b/src/itemdef.h
@@ -80,6 +80,7 @@ struct ItemDefinition
ItemGroupList groups;
SimpleSoundSpec sound_place;
SimpleSoundSpec sound_place_failed;
+ SimpleSoundSpec sound_use, sound_use_air;
f32 range;
// Client shall immediately place this node when player places the item.