summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockWorkbench.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockWorkbench.h')
-rw-r--r--source/blocks/BlockWorkbench.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blocks/BlockWorkbench.h b/source/blocks/BlockWorkbench.h
index 52c3ad738..6c5f0d3e8 100644
--- a/source/blocks/BlockWorkbench.h
+++ b/source/blocks/BlockWorkbench.h
@@ -21,6 +21,11 @@ public:
{
return true;
}
+
+ virtual AString GetStepSound(void) override
+ {
+ return "step.wood";
+ }
-}; \ No newline at end of file
+};