diff options
Diffstat (limited to 'source/blocks/BlockSign.h')
-rw-r--r-- | source/blocks/BlockSign.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blocks/BlockSign.h b/source/blocks/BlockSign.h index 2a7ac2753..b0f9d7f7f 100644 --- a/source/blocks/BlockSign.h +++ b/source/blocks/BlockSign.h @@ -39,4 +39,9 @@ public: {
return false;
}
-};
\ No newline at end of file +
+ virtual AString GetStepSound(void) override
+ {
+ return "step.wood";
+ }
+};
|