[Freeciv-Dev] (PR#8713) bug in player reputation
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<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 <=
|
|