From 90153702e78abc69a4f661abd789a89d14cd1da9 Mon Sep 17 00:00:00 2001 From: Rene Stoeckel Date: Sat, 3 Dec 2005 19:42:42 +0000 Subject: bugfix cinematics failover --- src/jake2/client/SCR.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jake2/client/SCR.java b/src/jake2/client/SCR.java index efaaf37..28392c8 100644 --- a/src/jake2/client/SCR.java +++ b/src/jake2/client/SCR.java @@ -2,7 +2,7 @@ * SCR.java * Copyright (C) 2003 * - * $Id: SCR.java,v 1.16 2005-11-21 19:45:10 cawe Exp $ + * $Id: SCR.java,v 1.17 2005-12-03 19:42:42 salomo Exp $ */ /* Copyright (C) 1997-2001 Id Software, Inc. @@ -1841,7 +1841,7 @@ public final class SCR extends Globals { String name = "video/" + arg; cl.cinematic_file = FS.LoadMappedFile(name); if (cl.cinematic_file == null) { - Com.Error(ERR_DROP, "Cinematic " + name + " not found.\n"); + //Com.Error(ERR_DROP, "Cinematic " + name + " not found.\n"); FinishCinematic(); cl.cinematictime = 0; // done return; -- cgit v1.2.3