Pathfinder bugfixes

This commit is contained in:
Anuken
2024-09-18 19:22:51 -04:00
parent e521a56712
commit ab39291626
5 changed files with 30 additions and 11 deletions
+2
View File
@@ -170,6 +170,8 @@ public class Vars implements Loadable{
public static boolean confirmExit = true;
/** if true, UI is not drawn */
public static boolean disableUI;
/** if true, most autosaving is disabled. internal use only! */
public static boolean disableSave;
/** if true, game is set up in mobile mode, even on desktop. used for debugging */
public static boolean testMobile;
/** whether the game is running on a mobile device */