Don't change RNG in demos incase they are static
This commit is contained in:
parent
d6af8dc352
commit
6183f8125f
2 changed files with 5 additions and 6 deletions
|
|
@ -1998,6 +1998,7 @@ static void D_DoomInit()
|
|||
{
|
||||
rngseed = staticrngseed = atoi(v);
|
||||
use_staticrng = true;
|
||||
Printf("D_DoomInit: Static RNGseed %d set.\n", rngseed);
|
||||
}
|
||||
else
|
||||
rngseed = I_MakeRNGSeed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue