Clean up after removal of wait command:

(player_wakeup_all, player_wakeup): Remove.  Callers changed.
(player): Remove member waiting.
This commit is contained in:
Markus Armbruster 2007-01-31 06:08:39 +00:00
parent fcef921437
commit 3788676530
5 changed files with 2 additions and 29 deletions

View file

@ -65,7 +65,6 @@ struct player {
int god;
int owner;
int nstat;
int waiting;
int simulation; /* e.g. budget command */
double dolcost;
int broke;