beginnings of trying to figure out how to get ScreenSelectProfile to move on properly
This commit is contained in:
@@ -210,6 +210,20 @@ bool ScreenSelectProfile::Finish(){
|
||||
return true;
|
||||
}
|
||||
|
||||
void ScreenSelectProfile::HandleScreenMessage( const ScreenMessage SM )
|
||||
{
|
||||
if( SM == SM_MenuTimer )
|
||||
{
|
||||
bool bFinished = Finish();
|
||||
if( !bFinished )
|
||||
{
|
||||
// TODO: we need to decide how to handle unfinished business.
|
||||
}
|
||||
}
|
||||
|
||||
ScreenWithMenuElements::HandleScreenMessage( SM );
|
||||
}
|
||||
|
||||
// lua start
|
||||
#include "LuaBinding.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user