From a2ab6d765a3f205f282126ee4716a7b688b0c915 Mon Sep 17 00:00:00 2001 From: Blue Date: Fri, 8 May 2009 21:15:33 +0200 Subject: Client - Inventory handler moveItem improve Gives the actual number of items to the moveItem method. Fix compilation problem for twmserv client compilation. --- src/gui/statuswindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/statuswindow.cpp') diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index b4e6e770..e76c19a7 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -50,7 +50,7 @@ StatusWindow::StatusWindow(LocalPlayer *player): mMoneyLabel = new Label("Money:"); mHpLabel = new Label("HP:"); - mHpBar = new ProgressBar(1.0f, 80, 15, 0, 171, 34); + mHpBar = new ProgressBar(1.0f, 80, 15, gcn::Color(0, 171, 34)); mHpValueLabel = new Label; int y = 3; -- cgit v1.2.3-70-g09d2