summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockRedstoneTorch.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockRedstoneTorch.h')
-rw-r--r--source/blocks/BlockRedstoneTorch.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blocks/BlockRedstoneTorch.h b/source/blocks/BlockRedstoneTorch.h
index 88e884861..42d3a0366 100644
--- a/source/blocks/BlockRedstoneTorch.h
+++ b/source/blocks/BlockRedstoneTorch.h
@@ -20,4 +20,9 @@ public:
{
return E_ITEM_REDSTONE_TORCH_ON;
}
-}; \ No newline at end of file
+
+ virtual AString GetStepSound(void) override
+ {
+ return "step.wood";
+ }
+};