Mycelium now has correct placement sound
This commit is contained in:
parent
fc3d5ff5a6
commit
30b8300ad3
@ -20,6 +20,11 @@ public:
|
||||
{
|
||||
a_Pickups.push_back(cItem(E_BLOCK_DIRT, 1, 0));
|
||||
}
|
||||
|
||||
virtual const char * GetStepSound(void) override
|
||||
{
|
||||
return "step.gravel";
|
||||
}
|
||||
} ;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user