- replaced unused RNGs with pr_damagemobj for consistency checksum.
SVN r4297 (trunk)
This commit is contained in:
parent
a7c2346b32
commit
0bca41c202
4 changed files with 3 additions and 7 deletions
|
|
@ -86,9 +86,8 @@
|
|||
extern FRandom pr_spawnmobj;
|
||||
extern FRandom pr_acs;
|
||||
extern FRandom pr_chase;
|
||||
extern FRandom pr_lost;
|
||||
extern FRandom pr_slam;
|
||||
extern FRandom pr_exrandom;
|
||||
extern FRandom pr_damagemobj;
|
||||
|
||||
// PUBLIC DATA DEFINITIONS -------------------------------------------------
|
||||
|
||||
|
|
@ -245,8 +244,7 @@ DWORD FRandom::StaticSumSeeds ()
|
|||
pr_spawnmobj.sfmt.u[0] + pr_spawnmobj.idx +
|
||||
pr_acs.sfmt.u[0] + pr_acs.idx +
|
||||
pr_chase.sfmt.u[0] + pr_chase.idx +
|
||||
pr_lost.sfmt.u[0] + pr_lost.idx +
|
||||
pr_slam.sfmt.u[0] + pr_slam.idx;
|
||||
pr_damagemobj.sfmt.u[0] + pr_damagemobj.idx;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue