This commit is contained in:
Glenn Maynard
2006-01-16 19:44:07 +00:00
parent 080d0d5042
commit a6017e79d4
+1 -3
View File
@@ -68,9 +68,7 @@ void ScreenMiniMenu::LoadMenu( const MenuDef* pDef )
FontCharAliases::ReplaceMarkers( *c ); // Allow special characters
}
vector<OptionRowHandler*> vHands;
vHands.resize( vDefs.size(), NULL );
vector<OptionRowHandler*> vHands( vDefs.size(), NULL );
ScreenOptions::InitMenu( vDefs, vHands );
}