Remove the demand update feature veto. It's virtually unused, flawed
by design (by voting last players can tactically vote no and thus build up veto rights), and its implementation is buggy: (update_missed): Remove. (zdone): Don't show it. (demand_check): Remove veto check. (natstr, cou_ca): Remove member nat_missed and its selector. (zdone): Don't clear and don't show it. (update_removewants): Don't increment it. This was buggy anyway; it incremented even on non-demand updates. (prnat): Don't show it, remove key 'U'. (docountry): Don't change it, deprecate the now useless key 'U'.
This commit is contained in:
parent
ec98ff03f3
commit
4ba4cd98c6
8 changed files with 3 additions and 32 deletions
|
@ -91,7 +91,6 @@ struct natstr {
|
|||
coord nat_xorg, nat_yorg; /* origin location in abs coords */
|
||||
signed char nat_dayno; /* day of the year mod 128 */
|
||||
signed char nat_update; /* Want an update or not. */
|
||||
unsigned char nat_missed; /* How many updates missed */
|
||||
unsigned short nat_tgms; /* # of telegrams to be announced */
|
||||
unsigned short nat_ann; /* # of annos pending */
|
||||
unsigned short nat_minused; /* number of minutes used today */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue