1
0

Improved furnaces

* Fixed progress bar on 1.8
* Fixed bugs
* Improved code
* Fixes #1068
* Fixes #1070
This commit is contained in:
Tiger Wang
2014-10-03 21:32:41 +01:00
parent 2f945475f2
commit b5a2c6667a
15 changed files with 131 additions and 180 deletions

View File

@@ -2694,7 +2694,7 @@ void cClientHandle::SendWindowOpen(const cWindow & a_Window)
void cClientHandle::SendWindowProperty(const cWindow & a_Window, int a_Property, int a_Value)
void cClientHandle::SendWindowProperty(const cWindow & a_Window, short a_Property, short a_Value)
{
m_Protocol->SendWindowProperty(a_Window, a_Property, a_Value);
}