Updated for bug 626184 - no longer will go to evaluation screen after playing 0 length steps in demo.
This commit is contained in:
@@ -1136,6 +1136,10 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
// received while STATE_DANCING
|
// received while STATE_DANCING
|
||||||
case SM_NotesEnded:
|
case SM_NotesEnded:
|
||||||
{
|
{
|
||||||
|
if( GAMESTATE->m_bDemonstration ) // Don't show "CLEARED" in Demo
|
||||||
|
{
|
||||||
|
this->SendScreenMessage( SM_BeginFadingToTitleMenu, 0 );
|
||||||
|
}
|
||||||
// save any statistics
|
// save any statistics
|
||||||
for( int p=0; p<NUM_PLAYERS; p++ )
|
for( int p=0; p<NUM_PLAYERS; p++ )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user