diff options
author | terkhen <terkhen@openttd.org> | 2011-01-15 15:58:03 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2011-01-15 15:58:03 +0000 |
commit | 93b26e8e3ddf39b8a775c2daa482ee52792a27e3 (patch) | |
tree | 0f6b060e18ff3da1f08b496eb7b7cbdf76839bba /src/table | |
parent | 0ab078158e0b02ab094af7b714d0c39da1871b6b (diff) | |
download | openttd-93b26e8e3ddf39b8a775c2daa482ee52792a27e3.tar.xz |
(svn r21805) -Codechange: Correct a typo.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index d31b693bc..56302f4d6 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -1332,7 +1332,7 @@ static const SpriteID SPR_SELECT_TOYLAND_PUSHED = 4889; * 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; |