diff options
Diffstat (limited to 'src/gui/stats.h')
-rw-r--r-- | src/gui/stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/stats.h b/src/gui/stats.h index e03c2a86..edd94a73 100644 --- a/src/gui/stats.h +++ b/src/gui/stats.h @@ -57,6 +57,7 @@ class StatsWindow : public Window, public gcn::ActionListener { * Stats captions. */ gcn::Label *statsLabel[6]; + gcn::Label *pointsLabel[6]; gcn::Label *statsDisplayLabel[6]; gcn::Label *remainingStatsPointsLabel; |