mirror of https://github.com/OpenTTD/OpenTTD
(svn r947) -Fix: [Network] Desync problem
parent
581302e147
commit
43e495045c
|
@ -168,7 +168,7 @@ static Vehicle *InitializeVehicle(Vehicle *v)
|
||||||
v->next = NULL;
|
v->next = NULL;
|
||||||
v->next_hash = 0xffff;
|
v->next_hash = 0xffff;
|
||||||
v->string_id = 0;
|
v->string_id = 0;
|
||||||
v->random_bits = RandomRange(256);
|
v->random_bits = InteractiveRandomRange(256);
|
||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue