- Fixed: pr_statetics must be named, since it's critical to sync.

SVN r3962 (trunk)
This commit is contained in:
Randy Heit 2012-11-10 03:36:30 +00:00
parent e398957a4c
commit f4e108552e

View file

@ -55,7 +55,7 @@ extern void LoadActors ();
extern void InitBotStuff();
extern void ClearStrifeTypes();
FRandom FState::pr_statetics;
FRandom FState::pr_statetics("StateTics");
//==========================================================================
//