summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r--src/gui/status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index 927b3554..eebd0a21 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -265,7 +265,7 @@ void StatusWindow::update()
}
mHpBar->setProgress((float) mPlayer->mHp / (float) mPlayer->mMaxHp);
- // mMpBar->setProgress((float)mPlayer->mp / (float)mPlayer->maxMp);
+ mMpBar->setProgress((float) mPlayer->mMp / (float) mPlayer->mMaxMp);
mXpBar->setProgress(
(float) mPlayer->getXp() / (float) mPlayer->mXpForNextLevel);