add a couple of emits to try and fix the desync. needs testing to make sure everything else is being passed correctly
--- a/QTfrontend/mapContainer.cpp Sun Nov 14 11:19:37 2010 -0500
+++ b/QTfrontend/mapContainer.cpp Sun Nov 14 11:24:36 2010 -0500
@@ -430,12 +430,14 @@
{
chooseMap->setCurrentIndex(4 + numMissions + rand() % (chooseMap->count() - 4 - numMissions));
m_seed = QUuid::createUuid().toString();
+ emit seedChanged(m_seed);
}
void HWMapContainer::setRandomMission()
{
chooseMap->setCurrentIndex(3 + rand() % numMissions);
m_seed = QUuid::createUuid().toString();
+ emit seedChanged(m_seed);
}
void HWMapContainer::setRandomSeed()