diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-14 17:00:40 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-14 17:00:40 +0000 |
commit | dba629be42361f2b805c46e102dbed861e3fb049 (patch) | |
tree | e5dd03ce352769ca0fd092ece5c06d3977e99c88 /src/gui/stats.cpp | |
parent | a1b4d11d5003fa178aae56b779b7ed7cc03b094f (diff) | |
download | mana-dba629be42361f2b805c46e102dbed861e3fb049.tar.gz mana-dba629be42361f2b805c46e102dbed861e3fb049.tar.bz2 mana-dba629be42361f2b805c46e102dbed861e3fb049.tar.xz mana-dba629be42361f2b805c46e102dbed861e3fb049.zip |
*** empty log message ***
Diffstat (limited to 'src/gui/stats.cpp')
-rw-r--r-- | src/gui/stats.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/stats.cpp b/src/gui/stats.cpp index 3c5bbb3c..c5a3ebbd 100644 --- a/src/gui/stats.cpp +++ b/src/gui/stats.cpp @@ -90,7 +90,8 @@ void StatsWindow::update(){ figureStr[5] << (int)char_info->LUK; // for testing only... - remainingStatsPointsStr << "Remaining Status Points : " << char_info->statsPointsToAttribute; + + //remainingStatsPointsStr << "Remaining Status Points : " << char_info->statsPointsToAttribute; // Update labels for (i = 0; i < 6; i++) { |