This commit is contained in:
Glenn Maynard
2002-09-11 05:08:45 +00:00
parent 45e1d6ef81
commit c20277c8ff
+2
View File
@@ -315,6 +315,8 @@ bool ScreenSelectStyle::IsEnabled( int iStyleIndex )
void ScreenSelectStyle::UpdateEnabledDisabled()
{
int i;
/* XXX: If a player joins during the tween-in, this diffuse change
* will be undone by the tween. Hmm. */
for( i=0; i<m_aPossibleStyles.GetSize(); i++ )
{
if( IsEnabled(i) )