Handle codes on ScreenProfileLoad and ScreenProfileSave.

This commit is contained in:
AJ Kelly
2010-07-17 02:22:53 -05:00
parent 33466e0bc5
commit 7d36a60cff
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -21,6 +21,9 @@ void ScreenProfileLoad::BeginScreen()
void ScreenProfileLoad::Input( const InputEventPlus &input )
{
Message msg("");
if( m_Codes.InputMessage(input, msg) )
this->HandleMessage( msg );
}
void ScreenProfileLoad::Continue()