summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/atc/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atc/update.c b/games/atc/update.c
index 79bc601..5a83bbc 100644
--- a/games/atc/update.c
+++ b/games/atc/update.c
@@ -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
OpenPOWER on IntegriCloud