Update to android to support 3/4 player games

This commit is contained in:
austinio7116
2018-03-14 23:05:07 +00:00
committed by maustin
parent b01f950a28
commit df61e5d9aa
3 changed files with 59 additions and 15 deletions

View File

@@ -177,7 +177,7 @@ public abstract class GameLobby implements IHasGameType {
slot.setIsArchenemy(true);
lastArchenemy = 0;
}
updateView(false);
updateView(true);
}
private String randomName() {
final List<String> names = Lists.newArrayListWithCapacity(MAX_PLAYERS);