Changeset - r5297:e8a48c6158c1
[Not reviewed]
master
0 1 0
Darkvater - 17 years ago 2006-12-09 10:57:05
darkvater@openttd.org
(svn r7450) -Codechange: Remove dead code, caption is set in the next switch block of vehicle list for all cases (Tron)
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
vehicle_gui.c
Show inline comments
 
@@ -1478,7 +1478,6 @@ static void CreateVehicleListWindow(Wind
 
			break;
 

	
 
		case VEH_Aircraft:
 
			w->widget[VLW_WIDGET_CAPTION].data           = STR_A009_AIRCRAFT;
 
			w->widget[VLW_WIDGET_LIST].tooltips          = STR_A01F_AIRCRAFT_CLICK_ON_AIRCRAFT;
 
			w->widget[VLW_WIDGET_NEW_VEHICLES].data = STR_A003_NEW_AIRCRAFT;
 
			break;
0 comments (0 inline, 0 general)