1
0

Removed old sound-configuration for doors

This commit is contained in:
Masy98
2014-09-09 16:28:08 +02:00
parent acae3c9c65
commit 6cc4ac0bca
2 changed files with 0 additions and 10 deletions

View File

@@ -109,15 +109,6 @@ void cBlockDoorHandler::OnPlacedByPlayer(
const char * cBlockDoorHandler::GetStepSound(void)
{
return (m_BlockType == E_BLOCK_WOODEN_DOOR) ? "step.wood" : "step.stone";
}
NIBBLETYPE cBlockDoorHandler::MetaRotateCCW(NIBBLETYPE a_Meta)
{
if (a_Meta & 0x08)