From f86ac5942e2e105b9de751cb9b45b648e8e3932a Mon Sep 17 00:00:00 2001 From: Carsten Weisse Date: Sun, 16 Jan 2005 16:55:52 +0000 Subject: reduces the garbage --- src/jake2/client/SCR.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/jake2/client/SCR.java') diff --git a/src/jake2/client/SCR.java b/src/jake2/client/SCR.java index 9ff5021..f3c4033 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.8 2004-09-22 19:22:08 salomo Exp $ + * $Id: SCR.java,v 1.9 2005-01-16 16:55:52 cawe Exp $ */ /* Copyright (C) 1997-2001 Id Software, Inc. @@ -1175,11 +1175,11 @@ public final class SCR extends Globals { * This is called every frame, and can also be called explicitly to flush * text to the screen. ================== */ + private static final float[] separation = { 0, 0 }; + static void UpdateScreen2() { int numframes; int i; - float[] separation = { 0, 0 }; - // if the screen is disabled (loading plaque is up, or vid mode // changing) // do nothing at all -- cgit v1.2.3