equal
deleted
inserted
replaced
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 |