forked from mirror/OpenTTD
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
This commit is contained in:
@@ -198,7 +198,7 @@ void DrawNewsNewVehicleAvail(Window *w, const NewsItem *ni)
|
||||
DrawStringMultiCenter(w->width >> 1, 57, STR_NEW_VEHICLE_TYPE, w->width - 2);
|
||||
|
||||
dei->engine_proc(w->width >> 1, 88, engine, 0);
|
||||
GfxFillRect(25, 56, w->width - 56, 112, PALETTE_TO_STRUCT_GREY, FILLRECT_RECOLOR);
|
||||
GfxFillRect(25, 56, w->width - 56, 112, PALETTE_TO_STRUCT_GREY, FILLRECT_RECOLOUR);
|
||||
dei->info_proc(engine, w->width >> 1, 129, w->width - 52);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user