1
0

Merge branch 'master' into ChunkLoader

Conflicts:
	src/ClientHandle.cpp
This commit is contained in:
Howaner
2014-10-21 16:55:22 +02:00
130 changed files with 1953 additions and 2315 deletions

View File

@@ -1500,7 +1500,7 @@ void cProtocol180::SendWindowOpen(const cWindow & a_Window)
void cProtocol180::SendWindowProperty(const cWindow & a_Window, int a_Property, int a_Value)
void cProtocol180::SendWindowProperty(const cWindow & a_Window, short a_Property, short a_Value)
{
ASSERT(m_State == 3); // In game mode?