CityBudget: do not change funds when generating a map
initial funds are now set when player clicks Play button git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@602 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
0b8efea513
commit
2c69407d47
3 changed files with 6 additions and 2 deletions
|
@ -192,6 +192,7 @@ public class NewCityDialog extends JDialog
|
|||
private void onPlayClicked()
|
||||
{
|
||||
engine.setGameLevel(getSelectedGameLevel());
|
||||
engine.setFunds(GameLevel.getStartingFunds(engine.gameLevel));
|
||||
startPlaying(engine, null);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue