summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockMelon.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/blocks/BlockMelon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blocks/BlockMelon.h b/source/blocks/BlockMelon.h
index d64461780..0f1797a0b 100644
--- a/source/blocks/BlockMelon.h
+++ b/source/blocks/BlockMelon.h
@@ -11,12 +11,12 @@ public:
}
- virtual int GetDropID()
+ virtual int GetDropID() override
{
return E_ITEM_MELON_SLICE;
}
- virtual char GetDropCount()
+ virtual char GetDropCount() override
{
MTRand r1;
return (char)(3 + r1.randInt(4));