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

Comparing deliantra/server/server/main.C (file contents):
Revision 1.12 by root, Tue Aug 29 05:03:55 2006 UTC vs.
Revision 1.13 by root, Tue Aug 29 07:34:00 2006 UTC

1/* 1/*
2 * static char *rcsid_main_c = 2 * static char *rcsid_main_c =
3 * "$Id: main.C,v 1.12 2006/08/29 05:03:55 root Exp $"; 3 * "$Id: main.C,v 1.13 2006/08/29 07:34:00 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
717 * exits, but right now a lot of the code looks at op->contr, 717 * exits, but right now a lot of the code looks at op->contr,
718 * so thta is an RFE. 718 * so thta is an RFE.
719 */ 719 */
720 if (op->type != PLAYER) return; 720 if (op->type != PLAYER) return;
721 721
722 /* Need to remove player from transport */
723 if (op->contr->transport) apply_transport(op, op->contr->transport, AP_UNAPPLY);
724
725 /* First, lets figure out what map the player is going to go to */ 722 /* First, lets figure out what map the player is going to go to */
726 if (exit_ob){ 723 if (exit_ob){
727 724
728 /* check to see if we make a template map */ 725 /* check to see if we make a template map */
729 if(EXIT_PATH(exit_ob)&&EXIT_PATH(exit_ob)[1]=='@') { 726 if(EXIT_PATH(exit_ob)&&EXIT_PATH(exit_ob)[1]=='@') {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines