1
0

Fixed warnings in ClientHandle.

This commit is contained in:
madmaxoft
2014-05-01 22:58:58 +02:00
parent fb173a756c
commit ed75d3a836
8 changed files with 9 additions and 9 deletions

View File

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