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

Comparing deliantra/server/common/los.C (file contents):
Revision 1.8 by root, Thu Dec 14 04:30:31 2006 UTC vs.
Revision 1.9 by root, Wed Dec 20 09:14:21 2006 UTC

547void 547void
548update_all_los (const maptile *map, int x, int y) 548update_all_los (const maptile *map, int x, int y)
549{ 549{
550 player *pl; 550 player *pl;
551 551
552 for (pl = first_player; pl != NULL; pl = pl->next) 552 for (pl = first_player; pl; pl = pl->next)
553 { 553 {
554 /* Player should not have a null map, but do this 554 /* Player should not have a null map, but do this
555 * check as a safety 555 * check as a safety
556 */ 556 */
557 if (!pl->ob->map) 557 if (!pl->ob->map)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines