summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockComparator.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-01-25 20:14:14 +0100
committerTycho <work.tycho+git@gmail.com>2014-01-25 20:14:14 +0100
commit15b92af166e03e3deb8baf5eb2ec6b0be5981646 (patch)
tree49367551eb466edce81ed6f68507ab60c6efe3df /src/Blocks/BlockComparator.h
parentdded dependecy on Blocks to Generator (diff)
downloadcuberite-15b92af166e03e3deb8baf5eb2ec6b0be5981646.tar
cuberite-15b92af166e03e3deb8baf5eb2ec6b0be5981646.tar.gz
cuberite-15b92af166e03e3deb8baf5eb2ec6b0be5981646.tar.bz2
cuberite-15b92af166e03e3deb8baf5eb2ec6b0be5981646.tar.lz
cuberite-15b92af166e03e3deb8baf5eb2ec6b0be5981646.tar.xz
cuberite-15b92af166e03e3deb8baf5eb2ec6b0be5981646.tar.zst
cuberite-15b92af166e03e3deb8baf5eb2ec6b0be5981646.zip
Diffstat (limited to 'src/Blocks/BlockComparator.h')
-rw-r--r--src/Blocks/BlockComparator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockComparator.h b/src/Blocks/BlockComparator.h
index 5a8e54eda..732afd9f6 100644
--- a/src/Blocks/BlockComparator.h
+++ b/src/Blocks/BlockComparator.h
@@ -18,7 +18,7 @@ public:
}
- virtual void OnUse(cWorld * a_World, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, char a_BlockFace, int a_CursorX, int a_CursorY, int a_CursorZ) override
+ virtual void OnUse(cWorld * a_World, cWorldInterface * a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, char a_BlockFace, int a_CursorX, int a_CursorY, int a_CursorZ) override
{
NIBBLETYPE Meta = a_World->GetBlockMeta(a_BlockX, a_BlockY, a_BlockZ);
Meta ^= 0x04; // Toggle 3rd (addition/subtraction) bit with XOR