summaryrefslogtreecommitdiff
path: root/src/nodedef.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-24 03:28:08 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-24 04:24:26 +0200
commit93219e3b9d2eae11a447556dfe837706baeff22a (patch)
tree73b26a9e1bae4375d3c966ac037a3d2602f225ad /src/nodedef.h
parent77120a021df955947841f9646cb61d67a272618b (diff)
downloadminetest-93219e3b9d2eae11a447556dfe837706baeff22a.tar.gz
minetest-93219e3b9d2eae11a447556dfe837706baeff22a.tar.bz2
minetest-93219e3b9d2eae11a447556dfe837706baeff22a.zip
Add sounds, tune things
Diffstat (limited to 'src/nodedef.h')
-rw-r--r--src/nodedef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h
index 3a0d0675f..585755b9d 100644
--- a/src/nodedef.h
+++ b/src/nodedef.h
@@ -203,6 +203,7 @@ struct ContentFeatures
// Sound properties
SimpleSoundSpec sound_footstep;
+ SimpleSoundSpec sound_dug;
/*
Methods