aquarat/androminion

Amount of money resets too late

Closed this issue · 1 comments

What steps will reproduce the problem?
The problem is almost always visible. After your opponent's turn, look at the 
text "1 action, 1 buy, (x) coin" that is displayed below the two players' 
stats. (The ones with the number of cards in hand and total number of cards.)

What is the expected output? What do you see instead?
The (x) is a remainder from the opponent's turn. It should be (0). Currently, 
the value only gets updated when you first play some money. This is quite 
confusing during long turns -- you check the stats that, for example, state "3 
actions, 2 buys, (2) coin" and think that you already played some money -- oh, 
but you did not, the (2) should really be (0) at that moment.

What version of the product are you using? On what operating system?
Androminion 2.04 on an Android 2.3.5

Original issue reported on code.google.com by michal.f...@gmail.com on 14 Aug 2012 at 1:09

This issue was closed by revision r618.

Original comment by mooht...@gmail.com on 21 Aug 2012 at 11:23

  • Changed state: Fixed