tracking down bug on i386 platform

This commit is contained in:
Mark Vejvoda 2013-06-01 17:51:42 +00:00
parent 0df2e19e10
commit 92bc5c6e12

View File

@ -3208,7 +3208,11 @@ void MenuStateConnectedGame::update() {
//intro
if(clientInterface->getIntroDone()) {
labelInfo.setText(lang.get("WaitingHost"));
string newLabel = lang.get("WaitingHost");
if(newLabel != labelInfo.getText()) {
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
labelInfo.setText(newLabel);
}
}
//launch