From 1a0bfd8d28c68d3ee60352ef67c58da946c43cea Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 28 May 2012 16:47:57 +0000 Subject: Chests and Furnaces are now saved properly into Anvil scheme. git-svn-id: http://mc-server.googlecode.com/svn/trunk@516 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cChunk.cpp') diff --git a/source/cChunk.cpp b/source/cChunk.cpp index 0ef2ab7b0..90d94a1ce 100644 --- a/source/cChunk.cpp +++ b/source/cChunk.cpp @@ -531,7 +531,7 @@ void cChunk::Tick(float a_Dt, MTRand & a_TickRandom) { if ((*itr)->GetBlockType() == E_BLOCK_FURNACE) { - ((cFurnaceEntity *)(*itr))->Tick( a_Dt ); + m_IsDirty = ((cFurnaceEntity *)(*itr))->Tick( a_Dt ) | m_IsDirty; } } } -- cgit v1.2.3