fix commands

This commit is contained in:
Glenn Maynard
2007-05-08 00:54:57 +00:00
parent 1b8d69aebc
commit 393f01cd8c
2 changed files with 4 additions and 2 deletions
+1 -2
View File
@@ -20,7 +20,7 @@ void ScreenTestLights::Init()
m_textInputs.SetName( "Text" );
m_textInputs.LoadFromFont( THEME->GetPathF("Common","normal") );
m_textInputs.SetText( "" );
LOAD_ALL_COMMANDS_AND_SET_XY_AND_ON_COMMAND( m_textInputs );
LOAD_ALL_COMMANDS_AND_SET_XY( m_textInputs );
this->AddChild( &m_textInputs );
}
@@ -125,7 +125,6 @@ void ScreenTestLights::MenuBack( const InputEventPlus &input )
if( !IsTransitioning() )
{
SCREENMAN->PlayStartSound();
OFF_COMMAND( m_textInputs );
StartTransitioningScreen( SM_GoToPrevScreen );
}
}