From ecb099225b673549179027af0d430bd9b1cfe99d Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 7 Apr 2009 23:01:49 -0600 Subject: Restore the MP bar to the darker blue it had --- src/gui/status.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/status.cpp b/src/gui/status.cpp index 7003e431..473ce6bb 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -318,7 +318,7 @@ void StatusWindow::updateMPBar(ProgressBar *bar, bool showMax) if (player_node->MATK <= 0) bar->setColor(100, 100, 100); // grey, to indicate that we lack magic else - bar->setColor(143, 192, 211); // blue, to indicate that we have magic + bar->setColor(26, 102, 230); // blue, to indicate that we have magic bar->setProgress((float) player_node->mMp / (float) player_node->mMaxMp); } -- cgit v1.2.3-70-g09d2