mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Start implementing actulal json serialization
This commit is contained in:
@@ -154,7 +154,7 @@ CProxyIOApi::~CProxyIOApi()
|
||||
|
||||
CInputOutputStream * CProxyIOApi::openFile(const std::string& filename, int mode) const
|
||||
{
|
||||
logGlobal->traceStream() << "CProxyIOApi: stream opened for" <<filename<<" with mode "<<mode;
|
||||
logGlobal->traceStream() << "CProxyIOApi: stream opened for " <<filename<<" with mode "<<mode;
|
||||
|
||||
data->seek(0);
|
||||
return data;//todo: check that only one "copy" is opened
|
||||
|
||||
Reference in New Issue
Block a user