summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_WindowClose.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_WindowClose.h')
-rw-r--r--source/packets/cPacket_WindowClose.h2
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