mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 00:41:51 +00:00
Fixed typo. Now all videos should work on Linux. refs #100
This commit is contained in:
parent
837cb4dff2
commit
c300acd507
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue