add ClearZBuffer command for Actors

add Lighting flag for BGAnimationLayer
This commit is contained in:
Chris Danford
2003-07-07 20:24:51 +00:00
parent 65d390ebc3
commit 6c99547b6a
5 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ ScreenCaution::ScreenCaution() : Screen( "ScreenCaution" )
m_Back.Load( THEME->GetPathToB("Common back") );
this->AddChild( &m_Back );
this->PostScreenMessage( SM_StartClosing, 3 );
this->PostScreenMessage( SM_StartClosing, m_Background.GetLengthSeconds()-m_Out.GetLengthSeconds() );
SOUNDMAN->PlayMusic( THEME->GetPathToS("ScreenCaution music") );
}