(player): Remove member broke.

(player_set_nstat): Don't set it.
(status): Check nstat instead of broke and nat_money.
This commit is contained in:
Markus Armbruster 2007-12-08 20:09:35 +00:00
parent 2b5ebf1f3f
commit f36aa0f89d
3 changed files with 7 additions and 9 deletions

View file

@ -75,7 +75,6 @@ struct player {
int nstat;
int simulation; /* e.g. budget command */
double dolcost;
int broke;
time_t curup; /* when last input was received */
int aborted; /* interrupt cookie received? */
int eof; /* EOF (cookie or real) received? */