summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgrow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mgrow.cc')
-rw-r--r--crawl-ref/source/mgrow.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mgrow.cc b/crawl-ref/source/mgrow.cc
index 74fa4c07e2..4af2ad1467 100644
--- a/crawl-ref/source/mgrow.cc
+++ b/crawl-ref/source/mgrow.cc
@@ -79,8 +79,8 @@ mons_experience_levels::mons_experience_levels()
}
}
-static const monster_level_up *monster_level_up_target(
- monster_type type, int hit_dice)
+static const _monster_level_up *monster_level_up_target( monster_type type,
+ int hit_dice)
{
for (unsigned i = 0; i < ARRAYSZ(mon_grow); ++i)
{