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

Comparing deliantra/server/server/spell_attack.C (file contents):
Revision 1.108 by root, Tue Jan 3 11:25:37 2012 UTC vs.
Revision 1.109 by root, Wed Jan 18 19:12:22 2012 UTC

1461 unordered_mapwalk (buf, op, -range, -range, range, range) 1461 unordered_mapwalk (buf, op, -range, -range, range, range)
1462 { 1462 {
1463 mapspace &ms = m->at (nx, ny); 1463 mapspace &ms = m->at (nx, ny);
1464 1464
1465 /* If there is nothing living on this space, no need to go further */ 1465 /* If there is nothing living on this space, no need to go further */
1466 if (!ms.flags () & P_IS_ALIVE) 1466 if (!(ms.flags () & P_IS_ALIVE))
1467 continue; 1467 continue;
1468 1468
1469 // players can only affect spaces that they can actually see 1469 // players can only affect spaces that they can actually see
1470 if (caster 1470 if (caster
1471 && caster->contr 1471 && caster->contr

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines