Change MenuUp(pn,type) overrides to MenuUp(IEP), so info like DeviceI.ts is always accessible.

This commit is contained in:
Glenn Maynard
2005-09-23 00:44:52 +00:00
parent df8153cf7b
commit 6ea2f37a36
40 changed files with 218 additions and 185 deletions
+2 -2
View File
@@ -118,7 +118,7 @@ void ScreenEditMenu::MenuDown( PlayerNumber pn )
}
}
void ScreenEditMenu::MenuLeft( PlayerNumber pn, const InputEventType type )
void ScreenEditMenu::MenuLeft( const InputEventPlus &input )
{
if( m_Selector.CanGoLeft() )
{
@@ -126,7 +126,7 @@ void ScreenEditMenu::MenuLeft( PlayerNumber pn, const InputEventType type )
}
}
void ScreenEditMenu::MenuRight( PlayerNumber pn, const InputEventType type )
void ScreenEditMenu::MenuRight( const InputEventPlus &input )
{
if( m_Selector.CanGoRight() )
{