mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Implemented terrain serialisation
* with test
This commit is contained in:
@@ -165,7 +165,7 @@ CInputOutputStream * CProxyIOApi::openFile(const std::string& filename, int mode
|
||||
logGlobal->traceStream() << "CProxyIOApi: stream opened for " <<filename<<" with mode "<<mode;
|
||||
|
||||
data->seek(0);
|
||||
return data;//todo: check that only one "copy" is opened
|
||||
return data;
|
||||
}
|
||||
|
||||
void CProxyIOApi::closeFile(CInputOutputStream * stream) const
|
||||
|
||||
Reference in New Issue
Block a user