for (Iterator<XtendedModel> it = FieldGui.getAvailablePlayerModels().iterator(); it.hasNext();) {
XtendedModel model = it.next();
if (model instanceof XtendedModel) {
Sprite spIcon = gui.getModelIconSprite(model);
spIcon.setSize(FieldGui.ICONSIZE);
character_selection_menu.add(new SelectionMenuIconCell(gui, "", spIcon, new Runnable() {
public void run() {
int uiplr = player_selection_menu.selectable.getUISelectingPlayer();
int UISelectedPlayer = player_selection_menu.getFocusedMenu();
if (uiplr < FieldGui.NPLAYERS) {