diff options
Diffstat (limited to 'src/Piston.cpp')
-rw-r--r-- | src/Piston.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Piston.cpp b/src/Piston.cpp index b15e7d95e..17729a352 100644 --- a/src/Piston.cpp +++ b/src/Piston.cpp @@ -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]; } |