Changeset - r17240:80605bb48b9e
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-02-05 23:02:52
frosch@openttd.org
(svn r21990) -Cleanup (r14085): Remove unneeded test.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/vehicle_gui.cpp
Show inline comments
 
@@ -1107,7 +1107,7 @@ static inline void ChangeVehicleWindow(W
 
	if (w != NULL) {
 
		w->window_number = to_index;
 
		if (w->viewport != NULL) w->viewport->follow_vehicle = to_index;
 
		if (to_index != INVALID_VEHICLE) w->InvalidateData();
 
		w->InvalidateData();
 
	}
 
}
 

	
0 comments (0 inline, 0 general)