diff options
| -rw-r--r-- | core/src/ch/asynk/rustanddust/game/map/Map0Hex.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/core/src/ch/asynk/rustanddust/game/map/Map0Hex.java b/core/src/ch/asynk/rustanddust/game/map/Map0Hex.java index 607a1e4..0d56c45 100644 --- a/core/src/ch/asynk/rustanddust/game/map/Map0Hex.java +++ b/core/src/ch/asynk/rustanddust/game/map/Map0Hex.java @@ -87,7 +87,7 @@ public abstract class Map0Hex extends Board          showObjective(hex, army);      } -    private void showObjective(Hex hex, Army army) +    protected void showObjective(Hex hex, Army army)      {          if (army == null)              army = Army.NONE; | 
