mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Oops, miss one rand() lcation...
This commit is contained in:
parent
bcde86b03d
commit
b496469aed
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29834
@ -208,7 +208,7 @@ update()
|
|||||||
* Otherwise, prop jobs show up *on* entrance. Remember that
|
* Otherwise, prop jobs show up *on* entrance. Remember that
|
||||||
* we don't update props on odd updates.
|
* we don't update props on odd updates.
|
||||||
*/
|
*/
|
||||||
if ((rand() % sp->newplane_time) == 0)
|
if ((random() % sp->newplane_time) == 0)
|
||||||
addplane();
|
addplane();
|
||||||
|
|
||||||
#ifdef BSD
|
#ifdef BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user