diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-03 00:58:08 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-03 00:58:08 +0100 |
commit | 802d7c04ebdb70202f8cad65f516c8ae1a7c5c14 (patch) | |
tree | 26cd50ce66fd7d0ea62f4a19cd9ef2d297455c67 | |
parent | eb71dcdcef82173eb608d5ae66b4c5e79c658ca8 (diff) | |
download | RustAndDust-802d7c04ebdb70202f8cad65f516c8ae1a7c5c14.zip RustAndDust-802d7c04ebdb70202f8cad65f516c8ae1a7c5c14.tar.gz |
Map0Hex: private void showObjective(Hex, Army) -> protected
-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; |