1
0
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:
Michał W. Urbańczyk
2009-06-01 22:31:11 +00:00
parent fa7f35bbf4
commit a17936908a
13 changed files with 62 additions and 17 deletions

View File

@@ -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;