version 1.86 | | version 1.87 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.86 2005/01/12 08:04:00 mwedel Exp $"; | | * "$Id: main.c,v 1.87 2005/01/24 07:29:25 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* inconsistencies by showing that they have left the game
| | * inconsistencies by showing that they have left the game
|
*/
| | */
|
if (!(QUERY_FLAG(pl->ob,FLAG_WIZ) && pl->ob->contr->hidden) &&
| | if (!(QUERY_FLAG(pl->ob,FLAG_WIZ) && pl->ob->contr->hidden) &&
|
(pl!=NULL && draw_exit)) new_draw_info(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, NULL, buf);
| | (pl!=NULL && draw_exit) && |
| | (pl->state != ST_GET_NAME && pl->state!=ST_GET_PASSWORD && pl->state != ST_CONFIRM_PASSWORD)) |
| | new_draw_info(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, NULL, buf); |
} | | } |
| | |
int forbid_play() | | int forbid_play() |