(svn r947) -Fix: [Network] Desync problem

pull/155/head
truelight 20 years ago
parent e34d0f683b
commit 60bf102bd3

@ -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;
}

Loading…
Cancel
Save