Changeset - r17058:a99e73f9655a
[Not reviewed]
master
0 2 0
terkhen - 13 years ago 2011-01-15 15:58:03
terkhen@openttd.org
(svn r21805) -Codechange: Correct a typo.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/dock_gui.cpp
Show inline comments
 
@@ -157,7 +157,7 @@ struct BuildDocksToolbarWindow : Window 
 

	
 
			case DTW_BUOY: // Build buoy button
 
				if (!CanBuildVehicleInfrastructure(VEH_SHIP)) return;
 
				HandlePlacePushButton(this, DTW_BUOY, SPR_CURSOR_BOUY, HT_RECT);
 
				HandlePlacePushButton(this, DTW_BUOY, SPR_CURSOR_BUOY, HT_RECT);
 
				break;
 

	
 
			case DTW_RIVER: // Build river button (in scenario editor)
src/table/sprites.h
Show inline comments
 
@@ -1332,7 +1332,7 @@ static const SpriteID SPR_SELECT_TOYLAND
 
 * Cursors */
 
static const CursorID SPR_CURSOR_MOUSE          = 0;
 
static const CursorID SPR_CURSOR_ZZZ            = 1;
 
static const CursorID SPR_CURSOR_BOUY           = 702;
 
static const CursorID SPR_CURSOR_BUOY           = 702;
 
static const CursorID SPR_CURSOR_QUERY          = 719;
 
static const CursorID SPR_CURSOR_HQ             = 720;
 
static const CursorID SPR_CURSOR_SHIP_DEPOT     = 721;
0 comments (0 inline, 0 general)