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

Comparing deliantra/server/server/player.C (file contents):
Revision 1.85 by root, Thu Jan 4 16:19:32 2007 UTC vs.
Revision 1.86 by root, Thu Jan 4 19:28:38 2007 UTC

1006 1006
1007 INVOKE_PLAYER (LOGOUT, op->contr); 1007 INVOKE_PLAYER (LOGOUT, op->contr);
1008 INVOKE_PLAYER (QUIT, op->contr); 1008 INVOKE_PLAYER (QUIT, op->contr);
1009 1009
1010 op->contr->enable_save = false; 1010 op->contr->enable_save = false;
1011 delete_character (op->name);
1011 1012
1012 terminate_all_pets (op); 1013 terminate_all_pets (op);
1013 op->remove (); 1014 op->remove ();
1014 op->direction = 0; 1015 op->direction = 0;
1015 new_draw_info_format (NDI_UNIQUE | NDI_ALL, 5, NULL, "%s quits the game.", &op->name); 1016 new_draw_info_format (NDI_UNIQUE | NDI_ALL, 5, NULL, "%s quits the game.", &op->name);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines