summaryrefslogtreecommitdiff
path: root/src/xtra1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xtra1.c')
-rw-r--r--src/xtra1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xtra1.c b/src/xtra1.c
index a2f64d0e..c20b9036 100644
--- a/src/xtra1.c
+++ b/src/xtra1.c
@@ -1793,6 +1793,8 @@ static void calc_mana(void)
msp = process_hooks_return[0].num;
}
+ meta_inertia_control_calc_mana(&msp);
+
/* Mana can never be negative */
if (msp < 0) msp = 0;