Fixed typo. Now all videos should work on Linux. refs #100

This commit is contained in:
Robert Beckebans 2014-05-15 10:48:37 +02:00
parent 837cb4dff2
commit c300acd507

View file

@ -484,7 +484,7 @@ bool idCinematicLocal::InitFromFFMPEGFile( const char* qpath, bool amilooping )
idStr newPath( qpath );
newPath.Replace( "sound/vo", "sound/VO" );
testFile = fileSystem->OpenFileRead( qpath );
testFile = fileSystem->OpenFileRead( newPath );
if( testFile )
{
fullpath = testFile->GetFullPath();