diff options
-rw-r--r-- | core/src/ch/asynk/rustanddust/game/Ctrl.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/Ctrl.java b/core/src/ch/asynk/rustanddust/game/Ctrl.java index f389d2d..652462a 100644 --- a/core/src/ch/asynk/rustanddust/game/Ctrl.java +++ b/core/src/ch/asynk/rustanddust/game/Ctrl.java @@ -26,7 +26,6 @@ public class Ctrl implements Disposable public Map map; public Hud hud; - public Config cfg; public boolean blockMap; public boolean blockHud; @@ -54,7 +53,6 @@ public class Ctrl implements Disposable { this.game = game; this.battle = battle; - this.cfg = game.config; game.ctrl = this; this.map = battle.setup(); |