Derive HugeMushroom from the base handler
ConvertToPickups is already overridden.
This commit is contained in:
parent
61cc1c0190
commit
ca5608c66c
@ -9,9 +9,9 @@
|
||||
|
||||
/** Handler for huge mushroom blocks. */
|
||||
class cBlockHugeMushroomHandler final :
|
||||
public cClearMetaOnDrop<cBlockHandler>
|
||||
public cBlockHandler
|
||||
{
|
||||
using Super = cClearMetaOnDrop<cBlockHandler>;
|
||||
using Super = cBlockHandler;
|
||||
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user