From 88524a71b8d3727b5ad4a8a60e146fd8e786b7ad Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 23 Apr 2010 22:15:26 -0600 Subject: Make ManaServ player stats softcoded A new stats.xml file is parsed for player stats for ManaServ. The old hardcoded stats remain as backup. Reviewed-by: Bertram --- src/gui/statuswindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/statuswindow.cpp') diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index 498a4523..2439a213 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -283,7 +283,8 @@ void StatusWindow::setPointsNeeded(int id, int needed) } void StatusWindow::addAttribute(int id, const std::string &name, - bool modifiable) + bool modifiable, + const std::string &description) { AttrDisplay *disp; -- cgit v1.2.3-60-g2f50