Normand Briere
2019-09-22 e96132853038f55cdb6e27f116852cff0e813f00
Globals.java
....@@ -1,6 +1,10 @@
11
22 public class Globals
33 {
4
+ static boolean WALK = false;
5
+
6
+ static boolean SHOWINFO = true;
7
+
48 static boolean ADVANCED = false; // false;
59
610 static boolean NIMBUSLAF = false; // false;
....@@ -18,7 +22,7 @@
1822 public static boolean COMPUTESHADOWWHENLIVE = true;
1923 public static boolean RENDERSHADOW = true;
2024
21
- public static boolean REPLACEONMAKE = false;
25
+ public static boolean REPLACEONMAKE = false; // false;
2226
2327 public static boolean MOUSEDRAGGED = false;
2428 public static boolean TIMERRUNNING = false;