MenuTimer cleanup

This commit is contained in:
Chris Danford
2003-03-11 21:33:11 +00:00
parent 35bf217063
commit a11de99043
19 changed files with 134 additions and 127 deletions
+2 -2
View File
@@ -290,7 +290,7 @@ void ScreenEz2SelectMusic::HandleScreenMessage( const ScreenMessage SM )
void ScreenEz2SelectMusic::MenuRight( PlayerNumber pn, const InputEventType type )
{
m_Menu.m_MenuTimer.StallTimer();
m_Menu.m_MenuTimer.Stall();
m_MusicBannerWheel.BannersRight();
MusicChanged();
}
@@ -317,7 +317,7 @@ void ScreenEz2SelectMusic::TweenOffScreen()
void ScreenEz2SelectMusic::MenuLeft( PlayerNumber pn, const InputEventType type )
{
m_Menu.m_MenuTimer.StallTimer();
m_Menu.m_MenuTimer.Stall();
m_MusicBannerWheel.BannersLeft();
MusicChanged();
}