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