- removed farchive.cpp and .h
This commit is contained in:
parent
1c9dbc3c36
commit
f93e4813d1
31 changed files with 22 additions and 1286 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue