Narrowed WindowID to use only 7 bits.
Ref.: http://forum.mc-server.org/showthread.php?tid=1876
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user