summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-01 00:53:08 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-01 00:56:42 +0100
commitff8a508e8bfb1beb581f386208f4c46b325e6e3a (patch)
tree78f9ff2d6eb933f8316b753d474ca24cc3324c8a /crawl-ref/source/terrain.h
parentd022172a35169a82dacb24455c69548107782433 (diff)
downloadcrawl-ref-ff8a508e8bfb1beb581f386208f4c46b325e6e3a.tar.gz
crawl-ref-ff8a508e8bfb1beb581f386208f4c46b325e6e3a.zip
An bunch of missspelings.
Diffstat (limited to 'crawl-ref/source/terrain.h')
-rw-r--r--crawl-ref/source/terrain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h
index 0a2b9e8a85..aee394a1b0 100644
--- a/crawl-ref/source/terrain.h
+++ b/crawl-ref/source/terrain.h
@@ -117,7 +117,7 @@ bool swap_features(const coord_def &pos1, const coord_def &pos2,
bool swap_everything = false, bool announce = true);
bool slide_feature_over(const coord_def &src,
- coord_def prefered_dest = coord_def(-1, -1),
+ coord_def preferred_dest = coord_def(-1, -1),
bool announce = true);
bool is_critical_feature(dungeon_feature_type feat);