reduce MenuTimer dependencies

This commit is contained in:
Glenn Maynard
2003-11-07 20:10:38 +00:00
parent a5f53bcd44
commit 884488732d
11 changed files with 44 additions and 26 deletions
+4 -3
View File
@@ -21,6 +21,7 @@ Andrew Livy
#include "RageException.h"
#include "RageTimer.h"
#include "ThemeManager.h"
#include "MenuTimer.h"
/* Constants */
@@ -237,9 +238,9 @@ void ScreenEz2SelectPlayer::MenuStart( PlayerNumber pn )
else
{
// give the other player a little time to join
m_Menu.m_MenuTimer.SetSeconds( 1 );
m_Menu.m_MenuTimer.Start();
m_Menu.m_MenuTimer.EnableStealth( SILENT_WAIT ); // do we wanna make the timer 'quiet' ?
m_Menu.m_MenuTimer->SetSeconds( 1 );
m_Menu.m_MenuTimer->Start();
m_Menu.m_MenuTimer->EnableStealth( SILENT_WAIT ); // do we wanna make the timer 'quiet' ?
}
}