mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-19 13:08:09 +00:00
new batch of delete operator missmatch
This commit is contained in:
@@ -19,4 +19,4 @@ public:
|
||||
~LookAtTileHint();
|
||||
|
||||
virtual bool onLookAt(int id, int iData=0);
|
||||
};
|
||||
};
|
||||
|
||||
@@ -16,4 +16,4 @@ public:
|
||||
~TakeItemHint();
|
||||
|
||||
virtual bool onTake( std::shared_ptr<ItemInstance> item );
|
||||
};
|
||||
};
|
||||
|
||||
@@ -50,4 +50,4 @@ public:
|
||||
virtual bool onLookAtEntity(eINSTANCEOF type);
|
||||
virtual int tick();
|
||||
virtual bool allowFade() { return m_allowFade; }
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user