aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Stoeckel <[email protected]>2005-12-03 19:42:42 +0000
committerRene Stoeckel <[email protected]>2005-12-03 19:42:42 +0000
commit90153702e78abc69a4f661abd789a89d14cd1da9 (patch)
treef8b471f6062079d974c7e7b5c1c7312594110463
parent5003af7262d3e6fca86c166fd8d6264d2b57a238 (diff)
bugfix cinematics failover
-rw-r--r--src/jake2/client/SCR.java4
1 files 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;