Oops, miss one rand() lcation...
This commit is contained in:
parent
d820189bdb
commit
9cacac2173
@ -208,7 +208,7 @@ update()
|
||||
* Otherwise, prop jobs show up *on* entrance. Remember that
|
||||
* we don't update props on odd updates.
|
||||
*/
|
||||
if ((rand() % sp->newplane_time) == 0)
|
||||
if ((random() % sp->newplane_time) == 0)
|
||||
addplane();
|
||||
|
||||
#ifdef BSD
|
||||
|
Loading…
Reference in New Issue
Block a user