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

Comparing deliantra/server/common/player.C (file contents):
Revision 1.7 by root, Tue Dec 12 20:53:02 2006 UTC vs.
Revision 1.8 by root, Tue Dec 12 21:39:56 2006 UTC

46 else 46 else
47 first_player = pl->next; 47 first_player = pl->next;
48 48
49 if (pl->ob) 49 if (pl->ob)
50 { 50 {
51 if (!QUERY_FLAG (pl->ob, FLAG_REMOVED))
52 pl->ob->remove ();
53
54 pl->ob->contr = 0; 51 pl->ob->contr = 0;
55 pl->ob->destroy (); 52 pl->ob->destroy ();
56 } 53 }
57 54
58 /* Clear item stack */ 55 /* Clear item stack */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines