1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Remove no longer used random seeds from StartInfo

This commit is contained in:
Ivan Savenko
2024-06-01 16:20:32 +00:00
parent 0d66ddbeec
commit 55bf75c43e
6 changed files with 15 additions and 55 deletions

View File

@@ -253,7 +253,6 @@ void CVCMIServer::prepareToRestart()
}
* si = * gh->gs->initialOpts;
si->seedToBeUsed = si->seedPostInit = 0;
setState(EServerState::LOBBY);
if (si->campState)
{