summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 8989a0b238..f9d0a86d3b 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -981,9 +981,6 @@ void cast_fly(int power)
else
you.duration[DUR_CONTROLLED_FLIGHT] += dur_change;
- // duration[DUR_CONTROLLED_FLIGHT] makes the game think player
- // wears an amulet of controlled flight
-
burden_change();
}