From 0aba613084d3321208b78b0115e4dcadc4bc4763 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 20 Jun 2013 11:46:08 +0000 Subject: Furnace window progressbars are initialized when the window is opened git-svn-id: http://mc-server.googlecode.com/svn/trunk@1613 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockEntities/FurnaceEntity.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/BlockEntities/FurnaceEntity.h') diff --git a/source/BlockEntities/FurnaceEntity.h b/source/BlockEntities/FurnaceEntity.h index ed6a7588f..038f60600 100644 --- a/source/BlockEntities/FurnaceEntity.h +++ b/source/BlockEntities/FurnaceEntity.h @@ -126,6 +126,8 @@ protected: int m_LastProgressFuel; ///< Last value sent as the progress for the fuel int m_LastProgressCook; ///< Last value sent as the progress for the cooking + + /// Sends the specified progressbar value to all clients of the window void BroadcastProgress(int a_ProgressbarID, short a_Value); /// One item finished cooking -- cgit v1.2.3