Implemented: Evaluation-time player options

This commit is contained in:
Charles Lohr
2004-09-06 04:24:51 +00:00
parent f4efbed2b3
commit cb07d3511b
5 changed files with 11 additions and 1 deletions
+1
View File
@@ -228,6 +228,7 @@ ScreenNetSelectMusic::ScreenNetSelectMusic( const CString& sName ) : ScreenWithM
m_soundChangeSel.Load( THEME->GetPathToS("ScreenNetSelectMusic change sel"));
NSMAN->ReportNSSOnOff(1);
NSMAN->ReportPlayerOptions();
return;
}