Added missing conventions for windows.
This commit is contained in:
parent
e2ef23fa5f
commit
47697b2667
@ -51,7 +51,7 @@ public:
|
||||
}
|
||||
|
||||
|
||||
void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) { cBlockHandler::ConvertToPickups(a_Pickups, 0); }
|
||||
virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override { cBlockHandler::ConvertToPickups(a_Pickups, 0); }
|
||||
|
||||
|
||||
virtual bool CanBeAt(int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk) override
|
||||
|
Loading…
Reference in New Issue
Block a user