From fe46839027416b56d65d4ecaad8ff1149e58253a Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 15 May 2007 08:19:08 +0000 Subject: [PATCH] Cleanup. --- stepmania/src/ScreenNetEvaluation.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/src/ScreenNetEvaluation.h b/stepmania/src/ScreenNetEvaluation.h index 93e8175800..2eeea320cf 100644 --- a/stepmania/src/ScreenNetEvaluation.h +++ b/stepmania/src/ScreenNetEvaluation.h @@ -23,11 +23,11 @@ private: Quad m_rectUsersBG; DifficultyIcon m_DifficultyIcon[NUM_PLAYERS]; - vector m_textUsers; - int m_iCurrentPlayer; - int m_iActivePlayers; + vector m_textUsers; + int m_iCurrentPlayer; + int m_iActivePlayers; - PlayerNumber m_pActivePlayer; + PlayerNumber m_pActivePlayer; bool m_bHasStats;