summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 092c497f..6b45d528 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -118,7 +118,7 @@ movie(int i)
do {
if (!i)
i = 1 + (int)(((float)SHM->max_film *
- rand()) / (RAND_MAX + 1.0));
+ random()) / (RAND_MAX + 1.0));
for (j = SHM->max_history; j >= 0; j--)
if (i == history[j]) {