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.19 by root, Thu Sep 14 22:34:06 2006 UTC vs.
Revision 1.20 by root, Thu Sep 14 23:13:49 2006 UTC

2126 SockList_AddChar (&sl, 6); 2126 SockList_AddChar (&sl, 6);
2127 SockList_AddChar (&sl, stat_width); 2127 SockList_AddChar (&sl, stat_width);
2128 } 2128 }
2129 } 2129 }
2130 2130
2131 if (lastcell.player !=player) 2131 if (lastcell.player != player)
2132 { 2132 {
2133 lastcell.player = player; 2133 lastcell.player = player;
2134 2134
2135 mask |= 0x8; 2135 mask |= 0x8;
2136 *last_ext |= 0x80; 2136 *last_ext |= 0x80;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines