diff --git a/app/fourasmodule.cpp b/app/fourasmodule.cpp index f64d572..3766be9 100644 --- a/app/fourasmodule.cpp +++ b/app/fourasmodule.cpp @@ -53,21 +53,27 @@ bool FourasModule::messageHandler(Message msg) if(current != -1) { QString str = riddles->getAnswer(current); - std::srand(qHash(str)); + + // prepare the clue string QString finalString = "_"; for(int i=0; i