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.38 by root, Mon Jun 4 12:19:09 2007 UTC vs.
Revision 1.39 by root, Mon Jun 4 13:04:01 2007 UTC

820 820
821 /* Need to know what the movetype of the object we are about 821 /* Need to know what the movetype of the object we are about
822 * to create is, so we can know if the space we are about to 822 * to create is, so we can know if the space we are about to
823 * insert it into is blocked. 823 * insert it into is blocked.
824 */ 824 */
825 movetype = spell->other_arch->clone.move_type; 825 movetype = spell->other_arch->move_type;
826 826
827 for (i = range_min; i <= range_max; i++) 827 for (i = range_min; i <= range_max; i++)
828 { 828 {
829 sint16 x, y, d; 829 sint16 x, y, d;
830 830

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines