Explorar o código

forgot the header file .. lol

Emagi hai 1 ano
pai
achega
6ebfdd92af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      EQ2/source/common/EQStream.h

+ 1 - 1
EQ2/source/common/EQStream.h

@@ -310,7 +310,7 @@ class EQStream {
 		void Process(const unsigned char *data, const uint32 length);
 		void ProcessPacket(EQProtocolPacket *p, EQProtocolPacket* lastp=NULL);
 		
-		bool ProcessEmbeddedPacket(uchar* pBuffer, uint16 length);
+		bool ProcessEmbeddedPacket(uchar* pBuffer, uint16 length, int8 opcode = OP_Packet);
 		bool HandleEmbeddedPacket(EQProtocolPacket *p, int16 offset = 2, int16 length = 0);
 
 		EQProtocolPacket * ProcessEncryptedPacket(EQProtocolPacket *p);