summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 3b9ae64d08..425f263d21 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -762,7 +762,7 @@ struct mon_display
unsigned glyph;
unsigned colour;
- mon_display(monster_type m = MONS_PROGRAM_BUG,
+ mon_display(monster_type m = MONS_NO_MONSTER,
unsigned gly = 0,
unsigned col = 0) : type(m), glyph(gly), colour(col) { }
};