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

Comparing deliantra/server/server/login.C (file contents):
Revision 1.13 by pippijn, Thu Sep 7 10:01:58 2006 UTC vs.
Revision 1.14 by root, Sat Sep 9 21:48:29 2006 UTC

1/* 1/*
2 * static char *rcsid_login_c = 2 * static char *rcsid_login_c =
3 * "$Id: login.C,v 1.13 2006/09/07 10:01:58 pippijn Exp $"; 3 * "$Id: login.C,v 1.14 2006/09/09 21:48:29 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
545 } /* End of loop loading the character file */ 545 } /* End of loop loading the character file */
546 leave_map (op); 546 leave_map (op);
547 op->speed = 0; 547 op->speed = 0;
548 update_ob_speed (op); 548 update_ob_speed (op);
549 549
550 free_object (op); 550 clear_object (op);
551 op = get_object ();
552 551
553 op->contr = pl; 552 op->contr = pl;
554 pl->ob = op; 553 pl->ob = op;
555 554
556 /* this loads the standard objects values. */ 555 /* this loads the standard objects values. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines