per-player explanation text on options screens

This commit is contained in:
Chris Danford
2003-11-05 07:46:20 +00:00
parent 3f873300e2
commit c36a787821
7 changed files with 134 additions and 55 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ ScreenOptionsMaster::ScreenOptionsMaster( CString sClassName ):
ASSERT( (int) OptionRowHandlers.size() == NumRows );
Init( im, m_OptionRowAlloc, NumRows, Explanations );
Init( im, m_OptionRowAlloc, NumRows );
}
ScreenOptionsMaster::~ScreenOptionsMaster()