mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
- commented out another ftp console output
This commit is contained in:
parent
43f2677bad
commit
6d08797a14
@ -786,7 +786,7 @@ void MenuStateConnectedGame::render() {
|
||||
iterMap != fileFTPProgressList.end(); ++iterMap) {
|
||||
|
||||
string progressLabelPrefix = "Downloading " + iterMap->first + " [" + iterMap->second.second + "] ";
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("\nRendering file progress with the following prefix [%s]\n",progressLabelPrefix.c_str());
|
||||
//if(SystemFlags::VERBOSE_MODE_ENABLED) printf("\nRendering file progress with the following prefix [%s]\n",progressLabelPrefix.c_str());
|
||||
|
||||
renderer.renderProgressBar(
|
||||
iterMap->second.first,
|
||||
|
Loading…
x
Reference in New Issue
Block a user