(svn r21806) -Codechange: Correct additional appearances of the same typo.
This commit is contained in:
@@ -318,7 +318,7 @@ static const NWidgetPart _nested_build_docks_toolbar_widgets[] = {
|
||||
NWidget(WWT_IMGBTN, COLOUR_DARK_GREEN, DTW_DEMOLISH), SetMinimalSize(22, 22), SetFill(0, 1), SetDataTip(SPR_IMG_DYNAMITE, STR_TOOLTIP_DEMOLISH_BUILDINGS_ETC),
|
||||
NWidget(WWT_IMGBTN, COLOUR_DARK_GREEN, DTW_DEPOT), SetMinimalSize(22, 22), SetFill(0, 1), SetDataTip(SPR_IMG_SHIP_DEPOT, STR_WATERWAYS_TOOLBAR_BUILD_DEPOT_TOOLTIP),
|
||||
NWidget(WWT_IMGBTN, COLOUR_DARK_GREEN, DTW_STATION), SetMinimalSize(22, 22), SetFill(0, 1), SetDataTip(SPR_IMG_SHIP_DOCK, STR_WATERWAYS_TOOLBAR_BUILD_DOCK_TOOLTIP),
|
||||
NWidget(WWT_IMGBTN, COLOUR_DARK_GREEN, DTW_BUOY), SetMinimalSize(22, 22), SetFill(0, 1), SetDataTip(SPR_IMG_BOUY, STR_WATERWAYS_TOOLBAR_BUOY_TOOLTIP),
|
||||
NWidget(WWT_IMGBTN, COLOUR_DARK_GREEN, DTW_BUOY), SetMinimalSize(22, 22), SetFill(0, 1), SetDataTip(SPR_IMG_BUOY, STR_WATERWAYS_TOOLBAR_BUOY_TOOLTIP),
|
||||
NWidget(WWT_IMGBTN, COLOUR_DARK_GREEN, DTW_BUILD_AQUEDUCT), SetMinimalSize(23, 22), SetFill(0, 1), SetDataTip(SPR_IMG_AQUEDUCT, STR_WATERWAYS_TOOLBAR_BUILD_AQUEDUCT_TOOLTIP),
|
||||
EndContainer(),
|
||||
};
|
||||
|
@@ -1249,7 +1249,7 @@ static const SpriteID SPR_IMG_AIRPORT = 744;
|
||||
/* dock_gui.c */
|
||||
static const SpriteID SPR_IMG_SHIP_DEPOT = 748;
|
||||
static const SpriteID SPR_IMG_SHIP_DOCK = 746;
|
||||
static const SpriteID SPR_IMG_BOUY = 693;
|
||||
static const SpriteID SPR_IMG_BUOY = 693;
|
||||
static const SpriteID SPR_IMG_AQUEDUCT = SPR_OPENTTD_BASE + 145;
|
||||
|
||||
/* music_gui.c */
|
||||
|
@@ -395,7 +395,7 @@ static const DrawTileSeqStruct _station_display_datas_81[] = {
|
||||
|
||||
/* Buoy, which will _always_ drown under the ship */
|
||||
static const DrawTileSeqStruct _station_display_datas_82[] = {
|
||||
TILE_SEQ_LINE( 4, -1, 0, 0, 0, 0, SPR_IMG_BOUY)
|
||||
TILE_SEQ_LINE( 4, -1, 0, 0, 0, 0, SPR_IMG_BUOY)
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
|
@@ -273,7 +273,7 @@ CommandCost CmdBuildRailWaypoint(TileIndex start_tile, DoCommandFlag flags, uint
|
||||
|
||||
/**
|
||||
* Build a buoy.
|
||||
* @param tile tile where to place the bouy
|
||||
* @param tile tile where to place the buoy
|
||||
* @param flags operation to perform
|
||||
* @param p1 unused
|
||||
* @param p2 unused
|
||||
|
Reference in New Issue
Block a user