Remove Size parameter because it's broken
This commit is contained in:
@@ -504,9 +504,6 @@ void OptionsList::SwitchToCurrentRow()
|
||||
Message msg("OptionsMenuChanged");
|
||||
msg.SetParam( "Player", m_pn );
|
||||
msg.SetParam( "Menu", m_asMenuStack.back() );
|
||||
/* This is here because if we want to adjust the size of a graphic
|
||||
* behind the list or do other lua things, we'd need to know the size. */
|
||||
msg.SetParam( "Size", (int)m_asMenuStack.size());
|
||||
MESSAGEMAN->Broadcast( msg );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user