Clean up after removal of wait command:
(player_wakeup_all, player_wakeup): Remove. Callers changed. (player): Remove member waiting.
This commit is contained in:
parent
fcef921437
commit
3788676530
5 changed files with 2 additions and 29 deletions
|
@ -65,7 +65,6 @@ struct player {
|
|||
int god;
|
||||
int owner;
|
||||
int nstat;
|
||||
int waiting;
|
||||
int simulation; /* e.g. budget command */
|
||||
double dolcost;
|
||||
int broke;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue