Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] (PR#8713) bug in player reputation
Home

[Freeciv-Dev] (PR#8713) bug in player reputation

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#8713) bug in player reputation
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 10 May 2004 13:28:46 -0700
Reply-to: rt@xxxxxxxxxxx

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

The player's reputation is reset at the end of the turn:


   player1->reputation = MIN(player1->reputation + GAME_REPUTATION_INCR,
                                GAME_MAX_REPUTATION);

however this line is called many times per player, since it's inside two 
players_iterate loops not just one.

Per?

jason




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#8713) bug in player reputation, Jason Short <=