From: Carsten W. <ca...@us...> - 2005-11-13 12:58:04
|
Update of /cvsroot/jake2/jake2/src/jake2/client In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4443/src/jake2/client Modified Files: Tag: render-refactoring VID.java Log Message: code cleanup. use Defines instead of Globals (Defines contains all constants) Index: VID.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/client/VID.java,v retrieving revision 1.16 retrieving revision 1.16.4.1 diff -C2 -d -r1.16 -r1.16.4.1 *** VID.java 26 May 2005 16:56:33 -0000 1.16 --- VID.java 13 Nov 2005 12:57:56 -0000 1.16.4.1 *************** *** 285,289 **** * drop the console if we fail to load a refresh */ ! if ( Globals.cls.key_dest != Globals.key_console ) { try { --- 285,289 ---- * drop the console if we fail to load a refresh */ ! if ( Globals.cls.key_dest != Defines.key_console ) { try { |