summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-16 00:19:35 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-16 00:19:35 +0100
commitb2f52278a5400d65abbbccf99f82c9a48073e371 (patch)
tree63176ce989ca180ee32cd8e7026ab4b5cb7d23ae /crawl-ref/source/player.cc
parent9545c801bea5a95123b1a1c5ce031c12c112a334 (diff)
downloadcrawl-ref-b2f52278a5400d65abbbccf99f82c9a48073e371.tar.gz
crawl-ref-b2f52278a5400d65abbbccf99f82c9a48073e371.zip
Typo fix.
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 689b69834a..92b30dc4bd 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -1832,7 +1832,7 @@ int player_movement_speed(void)
// ponderous brand
mv += 2 * player_equip_ego_type(EQ_ALL_ARMOUR, SPARM_PONDEROUSNESS);
-
+
// In the air, can fly fast (should be lightly burdened).
if (you.light_flight())
mv--;