Changeset - r547:2d900d9eb51b
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2004-12-04 18:43:07
truelight@openttd.org
(svn r947) -Fix: [Network] Desync problem
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
vehicle.c
Show inline comments
 
@@ -168,7 +168,7 @@ static Vehicle *InitializeVehicle(Vehicl
 
	v->next = NULL;
 
	v->next_hash = 0xffff;
 
	v->string_id = 0;
 
	v->random_bits = RandomRange(256);
 
	v->random_bits = InteractiveRandomRange(256);
 
	return v;
 
}
 

	
0 comments (0 inline, 0 general)