aboutsummaryrefslogtreecommitdiff
path: root/src/itemdef.h
diff options
context:
space:
mode:
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.