diff options
author | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-21 16:08:01 +0100 |
---|---|---|
committer | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-21 16:08:01 +0100 |
commit | 5034ae29b889b37c10524678e4b92d8ca700bde7 (patch) | |
tree | 20b64b211c4c100f770bafad70b1ddc6cbeb2464 /src/Piston.cpp | |
parent | ChunkSender is now warnings clean (diff) | |
download | cuberite-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 '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]; } |