1
0

Piston is now warnings clean

This commit is contained in:
Tycho Bickerstaff
2013-12-21 15:08:01 +00:00
parent 38f808ac3d
commit 5034ae29b8
5 changed files with 6 additions and 6 deletions

View File

@@ -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];
}