summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockCactus.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockCactus.h')
-rw-r--r--source/blocks/BlockCactus.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blocks/BlockCactus.h b/source/blocks/BlockCactus.h
index e5bfdda03..9da9d796b 100644
--- a/source/blocks/BlockCactus.h
+++ b/source/blocks/BlockCactus.h
@@ -50,6 +50,13 @@ public:
{
return false;
}
+
+
+ virtual AString GetStepSound(void) override
+ {
+ return "step.cloth";
+ }
+
};