Normand Briere
2019-09-22 e96132853038f55cdb6e27f116852cff0e813f00
Globals.java
....@@ -1,6 +1,8 @@
11
22 public class Globals
33 {
4
+ static boolean WALK = false;
5
+
46 static boolean SHOWINFO = true;
57
68 static boolean ADVANCED = false; // false;
....@@ -20,7 +22,7 @@
2022 public static boolean COMPUTESHADOWWHENLIVE = true;
2123 public static boolean RENDERSHADOW = true;
2224
23
- public static boolean REPLACEONMAKE = true; // false;
25
+ public static boolean REPLACEONMAKE = false; // false;
2426
2527 public static boolean MOUSEDRAGGED = false;
2628 public static boolean TIMERRUNNING = false;