summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_Thunderbolt.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_Thunderbolt.h')
-rw-r--r--source/packets/cPacket_Thunderbolt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/packets/cPacket_Thunderbolt.h b/source/packets/cPacket_Thunderbolt.h
index 51dad5814..8f7dfb60a 100644
--- a/source/packets/cPacket_Thunderbolt.h
+++ b/source/packets/cPacket_Thunderbolt.h
@@ -12,7 +12,8 @@ public:
, m_xLBPos( 0 )
, m_yLBPos( 0 )
, m_zLBPos( 0 )
- { m_PacketID = E_THUNDERBOLT;}
+ { m_PacketID = E_THUNDERBOLT; m_Unknown = true; }
+ cPacket_Thunderbolt( const cPacket_Thunderbolt & a_Copy );
virtual cPacket* Clone() const { return new cPacket_Thunderbolt(*this); }
bool Send(cSocket & a_Socket);