diff options
author | Carsten Weisse <[email protected]> | 2005-01-16 16:55:52 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2005-01-16 16:55:52 +0000 |
commit | f86ac5942e2e105b9de751cb9b45b648e8e3932a (patch) | |
tree | 638a4051d65a28ebf23486da68d71098b6fc93fd /src/jake2/client/SCR.java | |
parent | 982b32358c7425a6d6ba309926ff2c4e07a4f846 (diff) |
reduces the garbage
Diffstat (limited to 'src/jake2/client/SCR.java')
-rw-r--r-- | src/jake2/client/SCR.java | 6 |
1 files changed, 3 insertions, 3 deletions
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 |