summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index 20b5684f..7fd5e7e9 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -1546,7 +1546,7 @@ static void process_world(void)
{
monster_type *m_ptr = &m_list[m_idx];
- m_ptr->exp = MONSTER_EXP(p_ptr->lev * 2);
+ m_ptr->exp = monster_exp(p_ptr->lev * 2);
monster_check_experience(m_idx, TRUE);
}
}