remove unused DifficultyIcon. Do this in Lua if wanted.

This commit is contained in:
Glenn Maynard
2007-03-03 01:54:46 +00:00
parent 84e9905ae1
commit 43ee764fde
4 changed files with 2 additions and 20 deletions
+2
View File
@@ -3,6 +3,7 @@
#include "Quad.h"
#include "BitmapText.h"
#include "ScreenMessage.h"
#include "DifficultyIcon.h"
class ScreenNetEvaluation: public ScreenEvaluation
{
@@ -20,6 +21,7 @@ protected:
void UpdateStats( );
private:
Quad m_rectUsersBG;
DifficultyIcon m_DifficultyIcon[NUM_PLAYERS];
vector<BitmapText> m_textUsers;
int m_iCurrentPlayer;