mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-29 00:41:38 +02:00
Initial refactoring
* reduce registerTypes* templtates instantiation
This commit is contained in:
@ -878,7 +878,7 @@ void CGameState::initDuel()
|
||||
else
|
||||
{
|
||||
CLoadFile lf(scenarioOps->mapname);
|
||||
lf >> dp;
|
||||
lf.serializer >> dp;
|
||||
}
|
||||
}
|
||||
catch(...)
|
||||
|
Reference in New Issue
Block a user