diff options
author | mtilden@gmail.com <mtilden@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-26 02:07:35 +0100 |
---|---|---|
committer | mtilden@gmail.com <mtilden@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-26 02:07:35 +0100 |
commit | bf838238e45f4ba96c0653f77cf1bf79e6c13c78 (patch) | |
tree | 12a75a20b00d825c45f846f8e11f7ace9144906b /source/packets/cPacket_WindowClose.h | |
parent | - Fixed Bug #99 -> Mobs no longer bother you in creative mode (diff) | |
download | cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.gz cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.bz2 cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.lz cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.xz cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.zst cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.zip |
Diffstat (limited to 'source/packets/cPacket_WindowClose.h')
-rw-r--r-- | source/packets/cPacket_WindowClose.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_WindowClose.h b/source/packets/cPacket_WindowClose.h index 1940eec0a..4784586a2 100644 --- a/source/packets/cPacket_WindowClose.h +++ b/source/packets/cPacket_WindowClose.h @@ -14,7 +14,7 @@ public: bool Parse(cSocket & a_Socket);
bool Send(cSocket & a_Socket);
- char m_Close; // 1 = close
+ char m_Close; // m_Close == cWindow WindowType number
static const unsigned int c_Size = 1 + 1;
};
\ No newline at end of file |