summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.h
diff options
context:
space:
mode:
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 f7f9dafb96..ab06a80954 100644
--- a/crawl-ref/source/ghost.h
+++ b/crawl-ref/source/ghost.h
@@ -46,7 +46,7 @@ public:
void reset();
void init_random_demon();
void init_player_ghost();
- void init_ugly_thing(bool very_ugly);
+ void init_ugly_thing(bool very_ugly, bool mutate = false);
void ugly_thing_to_very_ugly_thing();
public: