This commit is contained in:
Glenn Maynard
2005-07-12 02:21:28 +00:00
parent 47b3965186
commit 6e8747d0b6
10 changed files with 3 additions and 46 deletions
-11
View File
@@ -70,17 +70,6 @@ void ScreenBookkeeping::Input( const DeviceInput& DeviceI, const InputEventType
Screen::Input( DeviceI, type, GameI, MenuI, StyleI ); // default handler
}
void ScreenBookkeeping::HandleScreenMessage( const ScreenMessage SM )
{
switch( SM )
{
case SM_GoToNextScreen:
case SM_GoToPrevScreen:
SCREENMAN->SetNewScreen( "ScreenOptionsMenu" );
break;
}
}
void ScreenBookkeeping::MenuLeft( PlayerNumber pn )
{
m_View = (View)(m_View-1);