From 802d7c04ebdb70202f8cad65f516c8ae1a7c5c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 3 Feb 2016 00:58:08 +0100 Subject: Map0Hex: private void showObjective(Hex, Army) -> protected --- core/src/ch/asynk/rustanddust/game/map/Map0Hex.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1-2-g2b99