diff --git a/neo/renderer/Cinematic.cpp b/neo/renderer/Cinematic.cpp index 45130e4c..3338382d 100644 --- a/neo/renderer/Cinematic.cpp +++ b/neo/renderer/Cinematic.cpp @@ -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();