Migrate CDataPack from a Compact Cassette tape. (#688)

* Migrate CDataPack from a Cassette Tape.

Tested-By: Headline22.

* Remove last IsReadable param pass.

* populate len still if CDataPack::ReadString is unreadable or the wrong type.

* Fyren Fixes(TM)(R)(C).

* Deprecate IDataPack.
This commit is contained in:
Kyle Sanderson
2017-12-29 19:56:02 -08:00
committed by GitHub
parent 29b1926432
commit 5f5a6b3a16
5 changed files with 200 additions and 296 deletions
+1 -1
View File
@@ -619,7 +619,7 @@ unsigned int SourceModBase::GetGlobalTarget() const
IDataPack *SourceModBase::CreateDataPack()
{
return logicore.CreateDataPack();
return nullptr;
}
void SourceModBase::FreeDataPack(IDataPack *pack)