(this stuff looks like overzealous abstraction, but I think most of it used to
be more complicated code that was moved off into other classes, and the
stubs were left behind)
This commit is contained in:
Glenn Maynard
2006-01-18 23:32:51 +00:00
parent e310fdac0c
commit 127059874e
3 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ void ScreenPlayerOptions::Input( const InputEventPlus &input )
vector<PlayerNumber> v;
v.push_back( pn );
this->ImportOptions( r, v );
this->PositionUnderlines( r, pn );
m_pRows[r]->PositionUnderlines( pn );
this->UpdateDisqualified( r, pn );
}
}