version 1.162 | | version 1.163 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.162 2006/02/11 00:21:10 akirschbaum Exp $"; | | * "$Id: apply.c,v 1.163 2006/02/15 07:51:09 mwedel Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
pl->map = old_transport->map; | | pl->map = old_transport->map; |
pl->x = old_transport->x; | | pl->x = old_transport->x; |
pl->y = old_transport->y; | | pl->y = old_transport->y; |
if (pl->contr->transport == old_transport->contr) | | if (pl->contr == old_transport->contr) |
old_transport->contr = NULL; | | old_transport->contr = NULL; |
| | |
pl->contr->transport = NULL; | | pl->contr->transport = NULL; |