summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-11-07 23:10:57 +0000
committerChris Campbell <chriscampbell89@gmail.com>2012-11-07 23:10:57 +0000
commit4d198fdca39795ba784ef4a72ae78b1dc9643f14 (patch)
tree9377a488907a9ab79fded496875c5c5142c0cd6a /crawl-ref/source/ghost.h
parentc270398da9427573da54500ead6498ceb014de0b (diff)
downloadcrawl-ref-4d198fdca39795ba784ef4a72ae78b1dc9643f14.tar.gz
crawl-ref-4d198fdca39795ba784ef4a72ae78b1dc9643f14.zip
Replace levitation with flight and remove controlled flight (elliott)
Diffstat (limited to 'crawl-ref/source/ghost.h')
-rw-r--r--crawl-ref/source/ghost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.h b/crawl-ref/source/ghost.h
index 06e581d076..fb63b1ad0a 100644
--- a/crawl-ref/source/ghost.h
+++ b/crawl-ref/source/ghost.h
@@ -37,7 +37,7 @@ public:
bool spellcaster, cycle_colours;
colour_t colour;
- flight_type fly;
+ bool flies;
monster_spells spells;