bugfix for #92

This commit is contained in:
doitux
2012-01-09 11:28:21 +00:00
parent f6efd41c18
commit ac3cd7b0c2
@@ -341,7 +341,7 @@ void gameLobbyDialogImpl::joinGame()
void gameLobbyDialogImpl::joinAnyGame()
{
if(comboBox_gameListFilter->currentIndex() != 3 && comboBox_gameListFilter->currentIndex() != 0) comboBox_gameListFilter->setCurrentIndex(0);
if(comboBox_gameListFilter->currentIndex() != 3 && comboBox_gameListFilter->currentIndex() != 0 && comboBox_gameListFilter->currentIndex() != 5) comboBox_gameListFilter->setCurrentIndex(0);
bool found = FALSE;