diff --git a/source/glest_game/menu/menu_state_custom_game.cpp b/source/glest_game/menu/menu_state_custom_game.cpp index b23cedbb..902bf9bf 100644 --- a/source/glest_game/menu/menu_state_custom_game.cpp +++ b/source/glest_game/menu/menu_state_custom_game.cpp @@ -3628,7 +3628,7 @@ void MenuStateCustomGame::setupUIFromGameSettings(const GameSettings &gameSettin if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d] i = %d, gameSettings.getNetworkPlayerName(i) [%s]\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__,i,gameSettings.getNetworkPlayerName(i).c_str()); - labelPlayerNames[slotIndex].setText(gameSettings.getNetworkPlayerName(i)); + //labelPlayerNames[slotIndex].setText(gameSettings.getNetworkPlayerName(i)); } //SetActivePlayerNameEditor();