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

Comparing deliantra/server/server/resurrection.C (file contents):
Revision 1.11 by root, Tue Dec 12 20:53:03 2006 UTC vs.
Revision 1.12 by root, Tue Dec 12 21:39:57 2006 UTC

215 newob->x = temp->x; 215 newob->x = temp->x;
216 newob->y = temp->y; 216 newob->y = temp->y;
217 insert_ob_in_map (newob, temp->map, op, 0); 217 insert_ob_in_map (newob, temp->map, op, 0);
218 } 218 }
219 leveldead = temp->level; 219 leveldead = temp->level;
220 temp->remove ();
221 temp->destroy (0); 220 temp->destroy ();
222 } 221 }
223 222
224 if (resurrection_fails (clevel, leveldead)) 223 if (resurrection_fails (clevel, leveldead))
225 { 224 {
226 if (spell->randomitems) 225 if (spell->randomitems)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines