summaryrefslogtreecommitdiff
path: root/vehicle.c
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle.c')
-rw-r--r--vehicle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle.c b/vehicle.c
index 4a895fe9b..ea540c8bd 100644
--- a/vehicle.c
+++ b/vehicle.c
@@ -168,7 +168,7 @@ static Vehicle *InitializeVehicle(Vehicle *v)
v->next = NULL;
v->next_hash = 0xffff;
v->string_id = 0;
- v->random_bits = RandomRange(256);
+ v->random_bits = InteractiveRandomRange(256);
return v;
}