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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 20 years ago
parent 581302e147
commit 43e495045c

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