src/network/network_client.cpp
changeset 7718 220603f0122e
parent 7556 de5c6eb5465d
child 7762 03721db0ac1c
equal deleted inserted replaced
7717:0feae2eb5f40 7718:220603f0122e
   626 	cp->p2       = p->Recv_uint32();
   626 	cp->p2       = p->Recv_uint32();
   627 	cp->tile     = p->Recv_uint32();
   627 	cp->tile     = p->Recv_uint32();
   628 	p->Recv_string(cp->text, sizeof(cp->text));
   628 	p->Recv_string(cp->text, sizeof(cp->text));
   629 	cp->callback = p->Recv_uint8();
   629 	cp->callback = p->Recv_uint8();
   630 	cp->frame    = p->Recv_uint32();
   630 	cp->frame    = p->Recv_uint32();
       
   631 	cp->my_cmd   = p->Recv_bool();
   631 	cp->next     = NULL;
   632 	cp->next     = NULL;
   632 
   633 
   633 	// The server did send us this command..
   634 	// The server did send us this command..
   634 	//  queue it in our own queue, so we can handle it in the upcoming frame!
   635 	//  queue it in our own queue, so we can handle it in the upcoming frame!
   635 
   636