(svn r7450) -Codechange: Remove dead code, caption is set in the next switch block of vehicle list for all cases (Tron)
This commit is contained in:
@@ -1478,7 +1478,6 @@ static void CreateVehicleListWindow(Window *w)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case VEH_Aircraft:
|
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_LIST].tooltips = STR_A01F_AIRCRAFT_CLICK_ON_AIRCRAFT;
|
||||||
w->widget[VLW_WIDGET_NEW_VEHICLES].data = STR_A003_NEW_AIRCRAFT;
|
w->widget[VLW_WIDGET_NEW_VEHICLES].data = STR_A003_NEW_AIRCRAFT;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user