changeset 17068:f8444fa2db2a draft

(svn r21805) -Codechange: Correct a typo.
author terkhen <terkhen@openttd.org>
date Sat, 15 Jan 2011 15:58:03 +0000
parents bd273a679b3d
children 9fd1737eb624
files src/dock_gui.cpp src/table/sprites.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dock_gui.cpp
+++ b/src/dock_gui.cpp
@@ -157,7 +157,7 @@
 
 			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)
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -1332,7 +1332,7 @@
  * 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;