diff options
author | Mattes D <github@xoft.cz> | 2015-04-22 07:52:30 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-04-22 07:52:30 +0200 |
commit | 6d99a0b9684cc94ba76dd211b60eceb846339901 (patch) | |
tree | a99e995df3c92f6aad3bd9343c164676f5285184 /src/UI/Window.h | |
parent | Hotfixed some chunk presence issues when generating. (diff) | |
parent | Narrowed WindowID to use only 7 bits. (diff) | |
download | cuberite-6d99a0b9684cc94ba76dd211b60eceb846339901.tar cuberite-6d99a0b9684cc94ba76dd211b60eceb846339901.tar.gz cuberite-6d99a0b9684cc94ba76dd211b60eceb846339901.tar.bz2 cuberite-6d99a0b9684cc94ba76dd211b60eceb846339901.tar.lz cuberite-6d99a0b9684cc94ba76dd211b60eceb846339901.tar.xz cuberite-6d99a0b9684cc94ba76dd211b60eceb846339901.tar.zst cuberite-6d99a0b9684cc94ba76dd211b60eceb846339901.zip |
Diffstat (limited to 'src/UI/Window.h')
-rw-r--r-- | src/UI/Window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/Window.h b/src/UI/Window.h index 9821aade1..156028465 100644 --- a/src/UI/Window.h +++ b/src/UI/Window.h @@ -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); |