version 1.104 | | version 1.105 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.104 2004/04/25 07:17:40 mwedel Exp $"; | | * "$Id: apply.c,v 1.105 2004/04/26 05:27:36 mwedel Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
new_draw_info(NDI_UNIQUE, 0,pl,"Since you have cheated you can't save."); | | new_draw_info(NDI_UNIQUE, 0,pl,"Since you have cheated you can't save."); |
return; | | return; |
} | | } |
| | /* Need to call terminate_all_pets() before we remove the player ob */ |
| | terminate_all_pets(pl); |
remove_ob(pl); | | remove_ob(pl); |
pl->direction=0; | | pl->direction=0; |
new_draw_info_format(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, pl, | | new_draw_info_format(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, pl, |