add EDIT_MODE_PRACTICE

This commit is contained in:
Chris Danford
2005-04-14 06:34:17 +00:00
parent 767a8b9296
commit 976e497de7
13 changed files with 287 additions and 283 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ void ScreenMiniMenu::Init( const Menu* pDef, ScreenMessage SM_SendOnOK, ScreenMe
FOREACH_CONST( MenuRow, pDef->rows, r )
{
// Don't add rows that aren't applicable to HomeEditMode.
if( !HOME_EDIT_MODE || r->bShowInHomeEditMode )
if( EDIT_MODE >= r->emShowIn )
m_vMenuRows.push_back( *r );
}