summaryrefslogtreecommitdiffstats
path: root/src/Piston.cpp
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:08:01 +0100
committerTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:08:01 +0100
commit5034ae29b889b37c10524678e4b92d8ca700bde7 (patch)
tree20b64b211c4c100f770bafad70b1ddc6cbeb2464 /src/Piston.cpp
parentChunkSender is now warnings clean (diff)
downloadcuberite-5034ae29b889b37c10524678e4b92d8ca700bde7.tar
cuberite-5034ae29b889b37c10524678e4b92d8ca700bde7.tar.gz
cuberite-5034ae29b889b37c10524678e4b92d8ca700bde7.tar.bz2
cuberite-5034ae29b889b37c10524678e4b92d8ca700bde7.tar.lz
cuberite-5034ae29b889b37c10524678e4b92d8ca700bde7.tar.xz
cuberite-5034ae29b889b37c10524678e4b92d8ca700bde7.tar.zst
cuberite-5034ae29b889b37c10524678e4b92d8ca700bde7.zip
Diffstat (limited to '')
-rw-r--r--src/Piston.cpp2
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];
}