Piston is now warnings clean
This commit is contained in:
@@ -236,7 +236,7 @@ bool cPiston::CanPush(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta)
|
||||
|
||||
|
||||
|
||||
bool cPiston::CanBreakPush(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta)
|
||||
bool cPiston::CanBreakPush(BLOCKTYPE a_BlockType, NIBBLETYPE /*a_BlockMeta*/)
|
||||
{
|
||||
return g_BlockPistonBreakable[a_BlockType];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user