refresh icons per-row, per-player

This commit is contained in:
Chris Danford
2005-03-13 02:25:33 +00:00
parent 0ab7c031bc
commit fbaaf61313
4 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ protected:
virtual void GoToNextScreen();
virtual void GoToPrevScreen();
virtual void RefreshIcons();
virtual void RefreshIcons( int row, PlayerNumber pn );
ThemeMetric<bool> PLAY_MUSIC;
};