(svn r947) -Fix: [Network] Desync problem
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user