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.6 by root, Wed Sep 27 00:36:08 2006 UTC vs.
Revision 1.7 by root, Tue Dec 12 20:53:02 2006 UTC

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)) 51 if (!QUERY_FLAG (pl->ob, FLAG_REMOVED))
52 remove_ob (pl->ob); 52 pl->ob->remove ();
53 53
54 pl->ob->contr = 0; 54 pl->ob->contr = 0;
55 pl->ob->destroy (); 55 pl->ob->destroy ();
56 } 56 }
57 57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines