fix CODE_CANCEL_ALL_PLAYER_OPTIONS resets both players

This commit is contained in:
Glenn Maynard
2004-04-02 00:58:26 +00:00
parent 47e7f08614
commit 56bd5bd008
3 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ void ScreenPlayerOptions::Input( const DeviceInput& DeviceI, const InputEventTyp
UtilCommand( m_sprCancelAll[pn], m_sName, "Show" );
this->ImportOptions();
this->ImportOptionsForPlayer( pn );
this->PositionUnderlines();
}