Update of /cvsroot/jake2/jake2/src/jake2/client
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11476/src/jake2/client
Modified Files:
SCR.java
Log Message:
reduces the garbage
Index: SCR.java
===================================================================
RCS file: /cvsroot/jake2/jake2/src/jake2/client/SCR.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SCR.java 22 Sep 2004 19:22:08 -0000 1.8
--- SCR.java 16 Jan 2005 16:55:52 -0000 1.9
***************
*** 1176,1184 ****
* text to the screen. ==================
*/
static void UpdateScreen2() {
int numframes;
int i;
- float[] separation = { 0, 0 };
-
// if the screen is disabled (loading plaque is up, or vid mode
// changing)
--- 1176,1184 ----
* text to the screen. ==================
*/
+ private static final float[] separation = { 0, 0 };
+
static void UpdateScreen2() {
int numframes;
int i;
// if the screen is disabled (loading plaque is up, or vid mode
// changing)
|