Added static RNGseed control
This commit is contained in:
parent
940794929c
commit
d6af8dc352
4 changed files with 53 additions and 2 deletions
|
|
@ -215,6 +215,10 @@ private:
|
|||
|
||||
extern DWORD rngseed; // The starting seed (not part of state)
|
||||
|
||||
extern DWORD staticrngseed; // Static rngseed that can be set by the user
|
||||
extern bool use_staticrng;
|
||||
|
||||
|
||||
// M_Random can be used for numbers that do not affect gameplay
|
||||
extern FRandom M_Random;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue