mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 08:41:59 +00:00
- Fixed: pr_statetics must be named, since it's critical to sync.
SVN r3962 (trunk)
This commit is contained in:
parent
e398957a4c
commit
f4e108552e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ extern void LoadActors ();
|
|||
extern void InitBotStuff();
|
||||
extern void ClearStrifeTypes();
|
||||
|
||||
FRandom FState::pr_statetics;
|
||||
FRandom FState::pr_statetics("StateTics");
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue