load in Init()

This commit is contained in:
Glenn Maynard
2006-01-15 19:22:17 +00:00
parent 1c5b3c9002
commit f6ea595c12
4 changed files with 32 additions and 28 deletions
+2 -1
View File
@@ -29,11 +29,12 @@
REGISTER_SCREEN_CLASS( ScreenSelectDifficulty );
ScreenSelectDifficulty::ScreenSelectDifficulty( CString sClassName ) : ScreenSelect( sClassName )
{
m_CurrentPage = PAGE_1;
}
void ScreenSelectDifficulty::Init()
{
m_CurrentPage = PAGE_1;
ScreenSelect::Init();
FOREACH_PlayerNumber( p )