From b53b40b5610c456176f4b7962e1af1cc49562930 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 7 Aug 2012 12:05:35 +0000 Subject: Prepared WindowOwner class hierarchy for minecart with chest. git-svn-id: http://mc-server.googlecode.com/svn/trunk@719 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cFurnaceEntity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cFurnaceEntity.h') diff --git a/source/cFurnaceEntity.h b/source/cFurnaceEntity.h index 7fc090bee..2a8581eb9 100644 --- a/source/cFurnaceEntity.h +++ b/source/cFurnaceEntity.h @@ -23,7 +23,7 @@ class cServer; class cFurnaceEntity : public cBlockEntity, - public cWindowOwner + public cBlockEntityWindowOwner { public: cFurnaceEntity(int a_X, int a_Y, int a_Z, cWorld * a_World); -- cgit v1.2.3