cleanup:
"GroupName" -> "SongGroup" to make room for CourseGroup replace checks for "cvs" with a call to StripCvs() m_Rows -> m_pRows broadcast on preferred group changes
This commit is contained in:
@@ -132,7 +132,7 @@ void ScreenNetworkOptions::MenuStart( PlayerNumber pn, const InputEventType type
|
||||
}
|
||||
break;
|
||||
case PO_SERVER:
|
||||
switch (m_Rows[GetCurrentRow()]->GetOneSharedSelection())
|
||||
switch( m_pRows[GetCurrentRow()]->GetOneSharedSelection() )
|
||||
{
|
||||
case NO_START_SERVER:
|
||||
if (!NSMAN->isLanServer)
|
||||
|
||||
Reference in New Issue
Block a user