(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
This commit is contained in:
		@@ -334,7 +334,6 @@ static int GetTrainAcceleration(Vehicle *v, bool mode)
 | 
				
			|||||||
		if (TrainShouldStop(v, v->tile)) {
 | 
							if (TrainShouldStop(v, v->tile)) {
 | 
				
			||||||
			uint station_length = GetPlatformLength(v->tile, DirToDiagDir(v->direction));
 | 
								uint station_length = GetPlatformLength(v->tile, DirToDiagDir(v->direction));
 | 
				
			||||||
			int delta_v;
 | 
								int delta_v;
 | 
				
			||||||
			DEBUG(misc, 0) ("Length: %d", station_length);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
			max_speed = 120;
 | 
								max_speed = 120;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user