diff options
Diffstat (limited to 'source/BlockEntities/FurnaceEntity.h')
-rw-r--r-- | source/BlockEntities/FurnaceEntity.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |