cleanup of ScreenSelect

This commit is contained in:
Chris Danford
2003-03-03 10:03:02 +00:00
parent 6071bf6fac
commit 0adf3d8590
29 changed files with 1081 additions and 1283 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "global.h"
/****************************************
ScreenEzSelectPlayer,cpp
ScreenSelectModeOld,cpp
Desc: See Header
Copyright (C):
Andrew Livy
@@ -247,7 +247,7 @@ void ScreenSelectMode::RefreshModeChoices()
{
int iNumSidesJoined = GAMESTATE->GetNumSidesJoined();
GAMEMAN->GetModesChoicesForGame( GAMESTATE->m_CurGame, m_apPossibleModeChoices );
// GAMEMAN->GetModesChoicesForGame( GAMESTATE->m_CurGame, m_apPossibleModeChoices ); // FIXME
ASSERT( !m_apPossibleModeChoices.empty() );
int i;