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