Changed old `difficulty icons 1x5' to match new 1x7

This commit is contained in:
Kevin Slaughter
2003-04-26 06:48:17 +00:00
parent c2302b3776
commit 3bcb5b96b0
5 changed files with 14 additions and 2 deletions
+2
View File
@@ -18,6 +18,7 @@
#include "RandomSample.h"
#include "ScreenSelect.h"
#include "Sprite.h"
#include "DifficultyIcon.h"
class ScreenSelectDifficultyEX : public ScreenSelect
{
@@ -53,6 +54,7 @@ protected:
// Sprite m_sprExplanation; Will implement properly soon -- Miryokuteki
Sprite m_sprInfo[NUM_PLAYERS];
// Sprite m_sprMore; Will implement properly soon -- Miryokuteki
DifficultyIcon m_sprDifficultyIcon[NUM_PLAYERS];
Sprite m_sprOK[NUM_PLAYERS];
Sprite m_sprPicture[NUM_PLAYERS];