Change MenuUp(pn,type) overrides to MenuUp(IEP), so info like DeviceI.ts is always accessible.
This commit is contained in:
@@ -156,9 +156,9 @@ void ScreenSMOnlineLogin::HandleScreenMessage(const ScreenMessage SM)
|
||||
ScreenOptions::HandleScreenMessage(SM);
|
||||
}
|
||||
|
||||
void ScreenSMOnlineLogin::MenuStart(PlayerNumber pn,const InputEventType type)
|
||||
void ScreenSMOnlineLogin::MenuStart( const InputEventPlus &input )
|
||||
{
|
||||
ScreenOptions::MenuStart(pn,type);
|
||||
ScreenOptions::MenuStart( input );
|
||||
}
|
||||
|
||||
CString ScreenSMOnlineLogin::GetSelectedProfileID()
|
||||
|
||||
Reference in New Issue
Block a user