First attempt at Implementing Interfaces

This commit is contained in:
Tycho
2014-01-25 11:14:14 -08:00
parent 03b08456b6
commit 15b92af166
19 changed files with 80 additions and 38 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public:
}
void OnUse(cWorld * a_World, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ)
void OnUse(cWorld * a_World, cWorldInterface * a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ)
{
NIBBLETYPE Meta = a_World->GetBlockMeta( a_BlockX, a_BlockY, a_BlockZ );
if (Meta != 0)