Narrowed WindowID to use only 7 bits.

Ref.: http://forum.mc-server.org/showthread.php?tid=1876
This commit is contained in:
Mattes D
2015-04-21 23:29:50 +02:00
parent 18690a2633
commit e08e932e7a
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ protected:
cWindowOwner * m_Owner;
static char m_WindowIDCounter;
static Byte m_WindowIDCounter;
/// Sets the internal flag as "destroyed"; notifies the owner that the window is destroying
virtual void Destroy(void);