Added fade between movies and touched up some graphics

This commit is contained in:
Chris Danford
2002-10-10 04:11:30 +00:00
parent 8770a98106
commit 5e9a6a4df6
18 changed files with 141 additions and 70 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ void Sprite::DrawPrimitives()
if( m_pTexture == NULL )
return;
if( m_pTexture->IsAMovie() )
if( m_pTexture->IsAMovie() && m_pTexture->IsPlaying() )
::Sleep( PREFSMAN->m_iMovieDecodeMS ); // let the movie decode a frame