From e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 31 Oct 2011 00:52:20 +0000 Subject: Prepared some parts of the code for multi world support, I created lots of TODO's git-svn-id: http://mc-server.googlecode.com/svn/trunk@29 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChestEntity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cChestEntity.h') diff --git a/source/cChestEntity.h b/source/cChestEntity.h index 5170b168d..785f57553 100644 --- a/source/cChestEntity.h +++ b/source/cChestEntity.h @@ -16,7 +16,7 @@ class cNBTData; class cChestEntity : public cBlockEntity, public cWindowOwner { public: - cChestEntity(int a_X, int a_Y, int a_Z); + cChestEntity(int a_X, int a_Y, int a_Z, cChunk* a_Chunk); virtual ~cChestEntity(); virtual void Destroy(); -- cgit v1.2.3