boyserk84 / zombie-real-time-strategy-game

Automatically exported from code.google.com/p/zombie-real-time-strategy-game
0 stars 0 forks source link

PlayersForm does not display correct resources or update them #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. From MapEditor, hit Edit->Players
2. Create a player, and set the gold to 200.
3. Click submit.
4. Go to Edit->Players.
5. The gold is set at 0.

What is the expected output? What do you see instead?
The gold should be correctly set at 200.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by marc.cel...@gmail.com on 3 Mar 2011 at 6:57

GoogleCodeExporter commented 9 years ago
See r47.  See TestPlayerGridAdapter.cs tests (which pass).  Repro now produces 
expected results.

Original comment by marc.cel...@gmail.com on 3 Mar 2011 at 10:58