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

Comparing deliantra/server/server/c_misc.C (file contents):
Revision 1.70 by root, Mon Sep 29 10:20:49 2008 UTC vs.
Revision 1.71 by root, Mon Sep 29 10:32:50 2008 UTC

410 next = obl->next; 410 next = obl->next;
411 411
412 if (ob->owner == op) 412 if (ob->owner == op)
413 if (++counter == target || (target == 0 && !strcasecmp (ob->name, params))) 413 if (++counter == target || (target == 0 && !strcasecmp (ob->name, params)))
414 { 414 {
415 ob->destroy (true); 415 ob->destroy ();
416 removecount++; 416 removecount++;
417 } 417 }
418 } 418 }
419 419
420 if (removecount != 0) 420 if (removecount != 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines