use the same overlay for gameplay and demonstration

This commit is contained in:
Glenn Maynard
2005-02-26 10:23:05 +00:00
parent 0adc193cc0
commit 10ad53d845
3 changed files with 4 additions and 11 deletions
-4
View File
@@ -43,10 +43,6 @@ void ScreenDemonstration::Init()
}
m_Overlay.LoadFromAniDir( THEME->GetPathB("ScreenDemonstration","overlay") );
m_Overlay.PlayCommand( "On" );
this->AddChild( &m_Overlay );
this->MoveToTail( &m_In );
this->MoveToTail( &m_Out );