More movie texture work. Changed plib's release CRT version to "Multithreaded DLL".

This commit is contained in:
Chris Danford
2002-11-28 20:48:00 +00:00
parent 4e4c143223
commit 04e2c0b68c
12 changed files with 50 additions and 35 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ ScreenSandbox::ScreenSandbox()
m_quad.SetDiffuse( RageColor(1,1,1,1) );
this->AddChild( &m_quad );
m_sprite.Load( "C:\\stepmania\\stepmania\\RandomMovies\\face2.avi" );
m_sprite.Load( "C:\\stepmania\\stepmania\\RandomMovies\\cm301[1].avi" );
m_sprite.SetXY( CENTER_X, CENTER_Y );
this->AddChild( &m_sprite );