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

Comparing deliantra/server/common/map.C (file contents):
Revision 1.142 by root, Sun May 18 17:52:53 2008 UTC vs.
Revision 1.143 by root, Sun May 18 19:53:07 2008 UTC

1103 else if (QUERY_FLAG (tmp, FLAG_SEE_ANYWHERE)) 1103 else if (QUERY_FLAG (tmp, FLAG_SEE_ANYWHERE))
1104 { 1104 {
1105 middle = tmp; 1105 middle = tmp;
1106 anywhere = 1; 1106 anywhere = 1;
1107 } 1107 }
1108
1108 /* Find the highest visible face around. If equal 1109 /* Find the highest visible face around. If equal
1109 * visibilities, we still want the one nearer to the 1110 * visibilities, we still want the one nearer to the
1110 * top 1111 * top
1111 */ 1112 */
1112 else if (!middle || (::faces [tmp->face].visibility > ::faces [middle->face].visibility && !anywhere)) 1113 else if (!middle || (::faces [tmp->face].visibility > ::faces [middle->face].visibility && !anywhere))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines