Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2004:
[Freeciv-Dev] (PR#10914) bad vote logic
Home

[Freeciv-Dev] (PR#10914) bad vote logic

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#10914) bad vote logic
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 6 Nov 2004 12:48:15 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=10914 >

   Vote "experi" failed with 1 against, 1 for and 1 abstentions.

this is pregame.  This is obviously premature.  If more time had passed 
and I'd gotten a chance to /vote yes the vote would have passed.

Seems the comparison is rounding down.  nplayers / 2 should instead 
become (nplayers + 1) / 2.

jason




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#10914) bad vote logic, Jason Short <=