diff options
Diffstat (limited to 'source/blocks/BlockCloth.h')
-rw-r--r-- | source/blocks/BlockCloth.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blocks/BlockCloth.h b/source/blocks/BlockCloth.h index f2ce78fb5..d83b18ebb 100644 --- a/source/blocks/BlockCloth.h +++ b/source/blocks/BlockCloth.h @@ -14,5 +14,10 @@ public: {
return a_BlockMeta;
}
+
+ virtual AString GetStepSound(void) override
+ {
+ return "step.cloth";
+ }
-};
\ No newline at end of file +};
|