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

Comparing deliantra/server/server/spell_util.C (file contents):
Revision 1.74 by root, Sat May 17 15:03:04 2008 UTC vs.
Revision 1.75 by root, Mon Jul 14 00:04:57 2008 UTC

394{ 394{
395 if (!xy_normalise (m, x, y)) 395 if (!xy_normalise (m, x, y))
396 return 0; 396 return 0;
397 397
398 mapspace &ms = m->at (x, y); 398 mapspace &ms = m->at (x, y);
399 ms.update ();
399 400
400 if (OB_TYPE_MOVE_BLOCK (op, ms.move_block)) 401 if (OB_TYPE_MOVE_BLOCK (op, ms.move_block))
401 return 0; 402 return 0;
402 403
403 for (object *tmp = ms.bot; tmp; tmp = tmp->above) 404 for (object *tmp = ms.bot; tmp; tmp = tmp->above)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines