fixed clue

This commit is contained in:
Anselme 2016-03-10 13:34:04 +01:00
parent 0d7e6dc301
commit fc8e87366f

View File

@ -65,10 +65,14 @@ bool FourasModule::messageHandler(Message msg)
else
++nbClues;
if(nbClues > str.size())
break;
{
answer = say(QString("%1 - Perdu ! La réponse était : %2").arg(current).arg(str));
current = -1;
return true;
}
}
++nbClues;
answer = say(QString("Indice : ").append(str));
answer = say(QString("Indice : ").append(finalString));
return true;
}
}