From c300acd5077741f6ff600858f8f51b534d552520 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Thu, 15 May 2014 10:48:37 +0200 Subject: [PATCH] Fixed typo. Now all videos should work on Linux. refs #100 --- neo/renderer/Cinematic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();