mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
* updated changelog
* version set to 0.72 * integrated save format version to the CLoadFile * fixed problems on entering non-number as resolution number * minor improvements
This commit is contained in:
@@ -184,7 +184,7 @@ void CVCMIServer::loadGame( CConnection *c )
|
||||
CMapHeader dum;
|
||||
|
||||
CLoadFile lf(fname + ".vlgm1");
|
||||
lf >> sig >> ver >> dum >> *sig;
|
||||
lf >> sig >> dum >> *sig;
|
||||
tlog0 <<"Reading save signature"<<std::endl;
|
||||
|
||||
lf >> *VLC;
|
||||
|
||||
Reference in New Issue
Block a user