ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/request.C
(Generate patch)

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.87 by root, Thu Apr 19 11:12:46 2007 UTC vs.
Revision 1.88 by root, Tue Apr 24 00:42:03 2007 UTC

611 { 611 {
612 case ST_PLAYING: 612 case ST_PLAYING:
613 LOG (llevError, "Got reply message with ST_PLAYING input state\n"); 613 LOG (llevError, "Got reply message with ST_PLAYING input state\n");
614 break; 614 break;
615 615
616 case ST_CHANGE_CLASS:
617 key_change_class (pl->ob, buf[0]);
618 break;
619
620 case ST_GET_PARTY_PASSWORD: /* Get password for party */ 616 case ST_GET_PARTY_PASSWORD: /* Get password for party */
621 receive_party_password (pl->ob, 13); 617 receive_party_password (pl->ob, 13);
622 break; 618 break;
623 619
624 default: 620 default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines