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.178 by root, Sun Nov 29 09:41:27 2009 UTC vs.
Revision 1.179 by root, Fri Dec 18 21:25:27 2009 UTC

150 // blocks anything but wizards. 150 // blocks anything but wizards.
151 151
152 if (tmp->flag [FLAG_ALIVE] 152 if (tmp->flag [FLAG_ALIVE]
153 && tmp->head_ () != ob 153 && tmp->head_ () != ob
154 && tmp != ob 154 && tmp != ob
155 && tmp->type != DOOR 155 && tmp->type != DOOR)
156 && !tmp->flag [FLAG_WIZPASS])
157 return 1; 156 return 1;
158 } 157 }
159 } 158 }
160 159
161 return 0; 160 return 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines