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.59 by pippijn, Sat Jan 6 14:42:31 2007 UTC vs.
Revision 1.60 by root, Sun Jan 7 02:39:15 2007 UTC

846 846
847 case ST_CHANGE_CLASS: 847 case ST_CHANGE_CLASS:
848 key_change_class (pl->ob, buf[0]); 848 key_change_class (pl->ob, buf[0]);
849 break; 849 break;
850 850
851 case ST_CONFIRM_QUIT:
852 key_confirm_quit (pl->ob, buf[0]);
853 break;
854
855 case ST_GET_PARTY_PASSWORD: /* Get password for party */ 851 case ST_GET_PARTY_PASSWORD: /* Get password for party */
856 receive_party_password (pl->ob, 13); 852 receive_party_password (pl->ob, 13);
857 break; 853 break;
858 854
859 default: 855 default:
1589 uint8 extendedinfos; 1585 uint8 extendedinfos;
1590 maptile *m; 1586 maptile *m;
1591 1587
1592 client &socket = *pl->contr->ns; 1588 client &socket = *pl->contr->ns;
1593 1589
1594 if (!pl->active ()) 1590 if (!pl->active)
1595 return; 1591 return;
1596 1592
1597 check_map_change (pl->contr); 1593 check_map_change (pl->contr);
1598 1594
1599 packet sl (socket.mapmode == Map1Cmd ? "map1" : "map1a"); 1595 packet sl (socket.mapmode == Map1Cmd ? "map1" : "map1a");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines