Run the overlay's off command.

This commit is contained in:
Steve Checkoway
2006-07-23 22:43:28 +00:00
parent 36b1ff3df8
commit 4a832e461f
+1
View File
@@ -72,6 +72,7 @@ void ScreenStage::HandleScreenMessage( const ScreenMessage SM )
this->ClearMessageQueue( SM_BeginFadingOut );
m_Out.StartTransitioning();
OFF_COMMAND( m_sprOverlay );
this->PostScreenMessage( SM_GoToNextScreen, this->GetTweenTimeLeft() );
return;
}