Android build fixes

This commit is contained in:
Anuken
2022-06-06 11:31:38 -04:00
parent 0177902010
commit 49d859f6bb
5 changed files with 50 additions and 42 deletions

View File

@@ -124,7 +124,7 @@ public class Rules{
public Seq<MapObjective> objectives = new Seq<>();
/** Flags set by objectives. Used in world processors. n*/
public ObjectSet<String> objectiveFlags = new ObjectSet<>();
/** HIGHLY UNSTABLE/EXPERIMENTAL. DO NOT USE THIS. */
/** If true, fog of war is enabled. Enemy units and buildings are hidden unless in radar view. */
public boolean fog = false;
/** If fog = true, this is whether static (black) fog is enabled. */
public boolean staticFog = true;