--- deliantra/server/socket/info.C 2006/12/26 10:42:47 1.26 +++ deliantra/server/socket/info.C 2006/12/26 17:11:40 1.27 @@ -187,10 +187,8 @@ { if (flags & NDI_ALL) { - player *tmppl; - - for_all_players (tmppl) - new_draw_info ((flags & ~NDI_ALL), pri, tmppl->ob, buf); + for_all_players (pl) + new_draw_info (flags & ~NDI_ALL, pri, pl->ob, buf); return; }