Globals.java
.. .. @@ -13,9 +13,10 @@ 13 13 public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save) 14 14 15 15 public static boolean MOUSEDRAGGED = false; 16 + public static boolean TIMERRUNNING = false;16 17 17 18 // Hold on calculation when moving camera 18 - public static boolean FREEZEONMOVE = false; // true;19 + public static boolean FREEZEONMOVE = false;19 20 20 21 static boolean CROWD = false; 21 22 static public int drawMode = iCameraPane.DEFAULT; // WARNING