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
@@ -393,7 +393,7 @@ void ScreenEz2SelectMusic::HandleScreenMessage( const ScreenMessage SM )
}
void ScreenEz2SelectMusic::MenuRight( PlayerNumber pn, const InputEventType type )
void ScreenEz2SelectMusic::MenuRight( const InputEventPlus &input )
{
m_MenuTimer->Stall();
m_MusicBannerWheel.BannersRight();
@@ -438,7 +438,7 @@ void ScreenEz2SelectMusic::TweenOffScreen()
}
void ScreenEz2SelectMusic::MenuLeft( PlayerNumber pn, const InputEventType type )
void ScreenEz2SelectMusic::MenuLeft( const InputEventPlus &input )
{
m_MenuTimer->Stall();
m_MusicBannerWheel.BannersLeft();