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

Comparing deliantra/server/server/attack.C (file contents):
Revision 1.75 by root, Mon Aug 27 05:10:51 2007 UTC vs.
Revision 1.76 by root, Tue Sep 4 08:42:58 2007 UTC

1958 return maxdam; 1958 return maxdam;
1959 } 1959 }
1960 1960
1961 op->remove (); 1961 op->remove ();
1962 1962
1963 for (i = 0; i < NROFNEWOBJS (op); i++) 1963 for (i = 0; i < op->stats.food; i++)
1964 { /* This doesn't handle op->more yet */ 1964 { /* This doesn't handle op->more yet */
1965 object *tmp = arch_to_object (op->other_arch); 1965 object *tmp = arch_to_object (op->other_arch);
1966 int j; 1966 int j;
1967 1967
1968 tmp->stats.hp = op->stats.hp; 1968 tmp->stats.hp = op->stats.hp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines