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

Comparing deliantra/server/socket/info.C (file contents):
Revision 1.25 by root, Mon Dec 25 14:43:23 2006 UTC vs.
Revision 1.26 by elmex, Tue Dec 26 10:42:47 2006 UTC

187{ 187{
188 if (flags & NDI_ALL) 188 if (flags & NDI_ALL)
189 { 189 {
190 player *tmppl; 190 player *tmppl;
191 191
192 for_all_players (pl) 192 for_all_players (tmppl)
193 new_draw_info ((flags & ~NDI_ALL), pri, tmppl->ob, buf); 193 new_draw_info ((flags & ~NDI_ALL), pri, tmppl->ob, buf);
194 194
195 return; 195 return;
196 } 196 }
197 197

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines