Swap out old GameView structure for new one

This commit is contained in:
drdev
2014-10-10 05:52:18 +00:00
parent 42e3778778
commit 3538823e11
151 changed files with 1763 additions and 5291 deletions

View File

@@ -47,7 +47,7 @@ public class LobbyPlayerAi extends LobbyPlayer implements IGameEntitiesFactory {
Player ai = new Player(getName(), game, id);
ai.setFirstController(createControllerFor(ai));
if( rotateProfileEachGame ) {
if (rotateProfileEachGame) {
setAiProfile(AiProfileUtil.getRandomProfile());
System.out.println(String.format("AI profile %s was chosen for the lobby player %s.", getAiProfile(), getName()));
}