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
@@ -121,17 +121,6 @@ void ScreenTestInput::Input( const DeviceInput& DeviceI, const InputEventType ty
Screen::Input( DeviceI, type, GameI, MenuI, StyleI ); // default handler
}
void ScreenTestInput::HandleScreenMessage( const ScreenMessage SM )
{
switch( SM )
{
case SM_GoToNextScreen:
case SM_GoToPrevScreen:
SCREENMAN->SetNewScreen( "ScreenOptionsMenu" );
break;
}
}
void ScreenTestInput::MenuStart( PlayerNumber pn )
{
MenuBack(pn);