Require reasons for checkpoints.

This commit is contained in:
Jason Felds
2015-06-08 18:37:13 -04:00
parent 8b7370ee10
commit 80542a5a7d
16 changed files with 103 additions and 95 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ void ScreenOptionsMaster::HandleScreenMessage( const ScreenMessage SM )
// Override ScreenOptions's calling of ExportOptions
m_iChangeMask = 0;
CHECKPOINT;
CHECKPOINT_M("Starting the export handling.");
vector<PlayerNumber> vpns;
FOREACH_OptionsPlayer( p )
@@ -150,7 +150,7 @@ void ScreenOptionsMaster::HandleScreenMessage( const ScreenMessage SM )
if( m_iChangeMask & OPT_APPLY_SONG )
SONGMAN->SetPreferences();
CHECKPOINT;
CHECKPOINT_M("Transferring to the next screen now.");
this->HandleScreenMessage( SM_GoToNextScreen );
return;
}