fix inactive underlines showing

This commit is contained in:
Glenn Maynard
2006-01-19 06:02:52 +00:00
parent 078017317c
commit 5a3356e94e
+2 -1
View File
@@ -263,7 +263,8 @@ void ScreenOptions::BeginScreen()
vpns.push_back( p );
this->ImportOptions( r, vpns );
FOREACH_HumanPlayer( p )
// HACK: Process disabled players, too, to hide inactive underlines.
FOREACH_PlayerNumber( p )
pRow->AfterImportOptions( p );
}