diff --git a/games/atc/update.c b/games/atc/update.c index 79bc60143a35..5a83bbc16b68 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