diff options
author | yexo <yexo@openttd.org> | 2010-01-29 00:11:30 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-01-29 00:11:30 +0000 |
commit | a43a23b408b5df7ebca5280224a67751f75f9cd6 (patch) | |
tree | e30acd4638494b02891b8a767800d50f1d8b4231 | |
parent | fae34ee719a90dc7b7d68b54b97fb5485387b356 (diff) | |
download | openttd-a43a23b408b5df7ebca5280224a67751f75f9cd6.tar.xz |
(svn r18945) -Codechange: typo
-rw-r--r-- | src/clear_cmd.cpp | 2 | ||||
-rw-r--r-- | src/economy_type.h | 2 | ||||
-rw-r--r-- | src/table/pricebase.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/clear_cmd.cpp b/src/clear_cmd.cpp index 02c611923..6497ed1f1 100644 --- a/src/clear_cmd.cpp +++ b/src/clear_cmd.cpp @@ -33,7 +33,7 @@ static CommandCost ClearTile_Clear(TileIndex tile, DoCommandFlag flags) PR_CLEAR_GRASS, PR_CLEAR_ROUGH, PR_CLEAR_ROCKS, - PR_CLEAR_FILEDS, + PR_CLEAR_FIELDS, PR_CLEAR_ROUGH, PR_CLEAR_ROUGH, }; diff --git a/src/economy_type.h b/src/economy_type.h index 450b9cc88..9cde6d7dc 100644 --- a/src/economy_type.h +++ b/src/economy_type.h @@ -89,7 +89,7 @@ enum Price { PR_CLEAR_GRASS, PR_CLEAR_ROUGH, PR_CLEAR_ROCKS, - PR_CLEAR_FILEDS, + PR_CLEAR_FIELDS, PR_CLEAR_TREES, PR_CLEAR_RAIL, PR_CLEAR_SIGNALS, diff --git a/src/table/pricebase.h b/src/table/pricebase.h index ab71dec96..c7fe14bdf 100644 --- a/src/table/pricebase.h +++ b/src/table/pricebase.h @@ -35,7 +35,7 @@ extern const PriceBaseSpec _price_base_specs[] = { { 20, PCAT_CONSTRUCTION, GSF_END, INVALID_PRICE }, ///< PR_CLEAR_GRASS { 40, PCAT_CONSTRUCTION, GSF_END, INVALID_PRICE }, ///< PR_CLEAR_ROUGH { 200, PCAT_CONSTRUCTION, GSF_END, INVALID_PRICE }, ///< PR_CLEAR_ROCKS - { 500, PCAT_CONSTRUCTION, GSF_END, INVALID_PRICE }, ///< PR_CLEAR_FILEDS + { 500, PCAT_CONSTRUCTION, GSF_END, INVALID_PRICE }, ///< PR_CLEAR_FIELDS { 20, PCAT_CONSTRUCTION, GSF_END, INVALID_PRICE }, ///< PR_CLEAR_TREES { -70, PCAT_CONSTRUCTION, GSF_END, INVALID_PRICE }, ///< PR_CLEAR_RAIL { 10, PCAT_CONSTRUCTION, GSF_END, INVALID_PRICE }, ///< PR_CLEAR_SIGNALS |