- removed farchive.cpp and .h

This commit is contained in:
Christoph Oelckers 2016-09-22 00:48:22 +02:00
commit f93e4813d1
31 changed files with 22 additions and 1286 deletions

View file

@ -330,7 +330,7 @@ void FRandom::StaticReadRNGState(FSerializer &arc)
{
FRandom *rng;
arc("rngseed", rng);
arc("rngseed", rngseed);
if (arc.BeginArray("rngs"))
{
int count = arc.ArraySize();